52 Star 415 Fork 346

币严数字货币交易所/CoinExchange

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Parameter.java 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hevin 提交于 2023-06-30 02:16 +08:00 . 更新优化bug、增加教程
package com.bizzan.bitrade.core;
/**
* @description: Parameter
* @author: Hevin E-mail:bizzanhevin@gmail.com
* @create: 2021/07/04 14:41
*/
public class Parameter {
public int type;
public ParameterDirection direction;
public Object value;
public Parameter(int type, ParameterDirection direction, Object value) {
this.type = type;
this.direction = direction;
this.value = value;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/bizzan/coin-exchange.git
git@gitee.com:bizzan/coin-exchange.git
bizzan
coin-exchange
CoinExchange
b42768f5853ab05a4510014b5f576f4eb9c30157

搜索帮助