万德L2接口怎样复权股票数据?
万德L2接口获取股票数据也可以说在量化市场上是比较安全稳定的复权股票数据服务,其中的执行原理就是通过第三方完成交易,促进l2数据接口开发,不过,大家在操作之前,也要注意其中的使用方法,先来看看,万德L2接口开发文档的功能:
一、A股十档行情的获取方式:
字段名 | 类型 | 备注 |
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接口委托队列:
字段名 | 类型 | 备注 |
stock_exchange | uint32 | 证券市场,1-SH,2-SZ |
stock_code | string | 证券代码 |
created_at | int64 | 委托日期时间戳(毫秒) |
code | string | 委托编号 |
price | uint32 | 委托单价 |
volume | uint64 | 委托数量 |
amount | uint64 | 成交金额 |
tx_dir | uint32 | 交易方向:0-未知,1-买入,2-卖出 |
tx_kind | uint32 | 交易类型:1-市价,2-限价,3-本方优先,10-撤单, 11-暂不清楚( 基金/ 债券有此值) |
所以,在投资股票市场,对l2行情的获取必不可少,在另一个市场里投资,就需要掌握更多的信息和实时动态,才有助于交易者的投资成,万德L2接口就是一种不错的选择。