dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(gateApi): 重构 WebSocket 客户端架构并优化网格交易逻辑
Administrator
4 days ago
c7cb31dcafe3046f925f17e3d05604b35938199e
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
okxNewPrice
/
okxWs
/
param
/
StrategyParam.java
1
2
3
4
5
6
7
8
9
10
11
package com.xcong.excoin.modules.okxNewPrice.okxWs.param;
import lombok.Data;
/**
* @author Administrator
*/
@Data
public class StrategyParam {
private String accountName;
}