dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(gateApi): 修复双向持仓模式下的杠杆设置功能
Administrator
4 days ago
39b09846041021c5bd0fea92d981ccb3490638d1
[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);
}