怎么看l2接口十档行情?打开任意个股,在盘口即可查看买一至买十,卖一至卖十。Level行情1只能看五档报价,但是五档报价看起来很平静,但是主力很可能会在五档报价之外悄悄布局。使用Level2接口,你可以看到10档的买卖报价,你可以看到更多更远,你可以看到主要趋势的全景。
为了方便各位理解小编就直接附上l2接口十档行情快照!
1.l2接口(十档行情快照)
字段名 | 类型 | 备注 |
stock_exchange | uint32 | 证券市场,见数据字典 |
stock_code | string | 证券代码 |
created_at | int64 | 快照日期时间戳(毫秒) |
status | uint32 | 状态:0-开盘前,1-开盘集合竞价,2-集合竞价至连续竞价,3-连续竞价, 4-中午休市,5-收盘集合竞价,6-闭市 |
prev_close_price | uint32 | 前收盘价 |
open_price | uint32 | 开盘价 |
latest_price | uint32 | 最新价 |
high_price | uint32 | 最高价 |
low_price | uint32 | 最低价 |
limit_up_price | uint32 | 涨停价 |
limit_down_price | uint32 | 跌停价 |
order_quantity | uint32 | 成交笔数 |
volume | uint64 | 成交数量 |
amount | uint64 | 成交金额 |
bid_volume | uint64 | 委托买入数量 |
bid_price | uint32 | 委托买入加权平均价 |
ask_volume | uint64 | 委托卖出数量 |
ask_price | uint32 | 委托卖出加权平均价 |
bid_price_detail | repeated uint32 | 委托买入价格明细(十档) |
bid_volume_detail | repeated uint32 | 委托买入数量明细(十档) |
ask_price_detail | repeated uint32 | 委托卖出价格明细(十档) |
ask_volume_detail | repeated uint32 | 委托卖出数量明细(十档) |
返回示例:
那么以上就是小编今天要分享的关于l2接口十档行情的相关内容了,那么大家可以通过https://gitee.com/l2gogogo 查看l2接口软件信息,也可以通过下方名片和小编交流!