# 买卖经纪推送
# 接口说明
已订阅股票的实时经纪队列推送。
# 订阅参数
topicId:16
- 推送消息实体
message BrokerNotify {
Security security = 1;
int32 side = 2; // 1买2卖
repeated Broker brokerList = 3;
}
- BrokerList 实体
"brokerList":[{
"level": "int32 档位",
"item": "string 经纪商代码",
"type": "int32 type=B或66代表item为买卖经纪商代码,当type=S或者83代表该位置无买卖经纪,item可用作档位",
}]