Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
载入中...
搜索中...
未找到
x1::xlt_szse_l2_order_t结构体 参考

深交所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逐笔委托

类成员变量说明

◆ appl_seq_num

int64_t x1::xlt_szse_l2_order_t::appl_seq_num

消息记录号 从 1 开始计数

◆ channel_no

int16_t x1::xlt_szse_l2_order_t::channel_no

频道代码

◆ md_stream_id

char x1::xlt_szse_l2_order_t::md_stream_id[4]

行情类别代码(例如 "010"股票, "040"期权等),字符串,带'\0'

◆ ord_type

char x1::xlt_szse_l2_order_t::ord_type

订单类别,1=市价,2=限价,U=本方最优

◆ price

int64_t x1::xlt_szse_l2_order_t::price

价格,放大10000倍

◆ qty

int64_t x1::xlt_szse_l2_order_t::qty

数量,放大100倍

◆ security_code

char x1::xlt_szse_l2_order_t::security_code[CONST_STR_SECURITY_CODE_LEN]

证券代码,字符串,带'\0'

◆ security_source

char x1::xlt_szse_l2_order_t::security_source[5]

证券代码源(例如 "102" 表示深交所),字符串,带'\0'

◆ side

char x1::xlt_szse_l2_order_t::side

买卖方向,1=买,2=卖,G=借入,F=出借

◆ transact_time

int64_t x1::xlt_szse_l2_order_t::transact_time

委托时间,YYYYMMDDHHMMSSsss(毫秒)


该结构体的文档由以下文件生成: