跳到主要内容

25 档增量行情

25 档增量行情

200ms 推送一次

请求示例

{
"SendTopicAction": {
"Action": "1",
"FilterValue": "DeepCoin_BTCUSDT",
"LocalNo": 6,
"ResumeNo": -1,
"TopicID": "25"
}
}

响应参数

字段名类型示例值字段描述
InstrumentIDstring"BTCUSDT"交易对
Directionstring"1"方向
Priceint29417.3价格
Volumeint6432数量
Ordersint1订单数量

响应示例

{
"action": "PushMarketOrder",
"localNo": 6,
"index": "DeepCoin_BTCUSDT",
"seq": 636714,
"bNo": 0,
"changeType": "3",
"result": [
{
"table": "MarketOrder",
"data": {
"ExchangeID": "DeepCoin",
"InstrumentID": "BTCUSDT",
"Direction": "0",
"Price": 29408.5,
"Volume": 6161.0,
"Orders": 1
}
},
{
"table": "MarketOrder",
"data": {
"ExchangeID": "DeepCoin",
"InstrumentID": "BTCUSDT",
"Direction": "0",
"Price": 29408.4,
"Volume": 3022.0,
"Orders": 1
}
},
{
"table": "MarketOrder",
"data": {
"ExchangeID": "DeepCoin",
"InstrumentID": "BTCUSDT",
"Direction": "0",
"Price": 29408.1,
"Volume": 4530.0,
"Orders": 1
}
},
{
"table": "MarketOrder",
"data": {
"ExchangeID": "DeepCoin",
"InstrumentID": "BTCUSDT",
"Direction": "0",
"Price": 29407.7,
"Volume": 1525.0,
"Orders": 1
}
}
]
}