bbgo_origin/pkg/exchange/kucoin/testdata/btc-03-trade-orders.json
2021-12-23 17:49:18 +08:00

21 lines
505 B
JSON

{
"type": "message",
"topic": "/spotMarket/tradeOrders",
"userId": "61af6413efeab1000113f08b",
"channelType": "private",
"subject": "orderChange",
"data": {
"symbol": "BTC-USDT",
"orderType": "limit",
"side": "buy",
"orderId": "61c3728cfd0c3c0001a16a62",
"type": "filled",
"orderTime": 1640198796191168550,
"size": "0.00028975",
"filledSize": "0.00028975",
"price": "48611.5",
"remainSize": "0",
"status": "done",
"ts": 1640198796191168550
}
}