dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
止损追单逻辑(多仓/空仓对称): 触发 → 查询 → 计算 → 下单 清理:取消相邻网格旧挂单 + 取消最远止盈单 一句话总结:每次止损触发补回 qu...
Administrator
14 hours ago
dad0b1cd6cd39d2525f23b1b33df19932fc4cddb
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
okxNewPrice
/
zhanghu
/
IApiMessageService.java
1
2
3
4
5
6
7
8
9
10
package com.xcong.excoin.modules.okxNewPrice.zhanghu;
import com.xcong.excoin.modules.okxNewPrice.okxpi.config.Dto.QuantApiMessage;
public interface IApiMessageService{
QuantApiMessage getApiMessage(String okx);
}