在设计万德L2接口时,避免不了要用到 一些代码,今天小编来给各位分享一下万德L2接口代码执行工作的过程分享:
这里只分享部分功能执行的过程:
OrderQueueRecord(委托队列)
字段名 | 类型 | 备注 |
stock_exchange | uint32 | 证券市场,1-SH,2-SZ |
stock_code | string | 证券代码 |
created_at | int64 | 委托日期时间戳(毫秒) |
bid1_price | uint32 | 买 1 价 |
bid1_quantity | uint32 | 买 1 笔数 |
ask1_price | uint32 | 卖 1 价 |
ask1_quantity | uint32 | 卖 1 笔数 |
bid_volume_detail | repeated uint32 | 委托买入数量明细 |
ask_volume_detail | repeated uint32 | 委托卖出数量明细 |
返回示例:
以上就是关于万德L2接口代码执行工作的过程,不想过程这么复杂的,或者是不想学习代码的,可以直接使用L2交易行情接口,更加方便快捷,可到这https://gitee.com/l2gogogo了解更多。或者联系下方的qq名片继续探讨。