![]() |
Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
|
深交所Level2逐笔委托 更多...
#include <xlt_quote_struct.h>
Public 属性 | |
| int16_t | channel_no |
| 频道代码 | |
| int64_t | appl_seq_num |
| 消息记录号 从 1 开始计数 | |
| char | md_stream_id [4] |
| 行情类别代码(例如 "010"股票, "040"期权等),字符串,带'\0' | |
| char | security_code [CONST_STR_SECURITY_CODE_LEN] |
| 证券代码,字符串,带'\0' | |
| char | security_source [5] |
| 证券代码源(例如 "102" 表示深交所),字符串,带'\0' | |
| int64_t | price |
| 价格,放大10000倍 | |
| int64_t | qty |
| 数量,放大100倍 | |
| char | side |
| 买卖方向,1=买,2=卖,G=借入,F=出借 | |
| int64_t | transact_time |
| 委托时间,YYYYMMDDHHMMSSsss(毫秒) | |
| char | ord_type |
| 订单类别,1=市价,2=限价,U=本方最优 | |
深交所Level2逐笔委托
| int64_t x1::xlt_szse_l2_order_t::appl_seq_num |
消息记录号 从 1 开始计数
| int16_t x1::xlt_szse_l2_order_t::channel_no |
频道代码
| char x1::xlt_szse_l2_order_t::md_stream_id[4] |
行情类别代码(例如 "010"股票, "040"期权等),字符串,带'\0'
| char x1::xlt_szse_l2_order_t::ord_type |
订单类别,1=市价,2=限价,U=本方最优
| int64_t x1::xlt_szse_l2_order_t::price |
价格,放大10000倍
| int64_t x1::xlt_szse_l2_order_t::qty |
数量,放大100倍
| char x1::xlt_szse_l2_order_t::security_code[CONST_STR_SECURITY_CODE_LEN] |
证券代码,字符串,带'\0'
| char x1::xlt_szse_l2_order_t::security_source[5] |
证券代码源(例如 "102" 表示深交所),字符串,带'\0'
| char x1::xlt_szse_l2_order_t::side |
买卖方向,1=买,2=卖,G=借入,F=出借
| int64_t x1::xlt_szse_l2_order_t::transact_time |
委托时间,YYYYMMDDHHMMSSsss(毫秒)