dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(okx): 防止应用关闭时执行WebSocket连接回调
Administrator
2025-12-09
3c693fa3cc1798e51ef434bcdcff7d5925b3e987
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
okxNewPrice
/
okxpi
/
trade
/
TradeRequest.java
1
2
3
4
5
6
7
package com.xcong.excoin.modules.okxNewPrice.okxpi.trade;
import lombok.Data;
@Data
public class TradeRequest {
}