Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
载入中...
搜索中...
未找到
x1::xlt_szse_l2_trade_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'
 
int64_t bid_appl_seq_num
 买方委托索引 从 1 开始计数
 
int64_t offer_appl_seq_num
 卖方委托索引 从 1 开始计数
 
char security_code [CONST_STR_SECURITY_CODE_LEN]
 证券代码,字符串,带'\0'
 
char security_source [5]
 证券代码源(例如 "102" 表示深交所),字符串,带'\0'
 
int64_t price
 成交价格,放大10000倍
 
int64_t qty
 成交数量,放大100倍
 
char exec_type
 成交类别, 4=撤销, F=成交
 
int64_t transact_time
 成交时间,YYYYMMDDHHMMSSsss(毫秒)
 

详细描述

深交所Level2逐笔成交

类成员变量说明

◆ appl_seq_num

int64_t x1::xlt_szse_l2_trade_t::appl_seq_num

消息记录号 从 1 开始计数

◆ bid_appl_seq_num

int64_t x1::xlt_szse_l2_trade_t::bid_appl_seq_num

买方委托索引 从 1 开始计数

◆ channel_no

int16_t x1::xlt_szse_l2_trade_t::channel_no

频道代码

◆ exec_type

char x1::xlt_szse_l2_trade_t::exec_type

成交类别, 4=撤销, F=成交

◆ md_stream_id

char x1::xlt_szse_l2_trade_t::md_stream_id[4]

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

◆ offer_appl_seq_num

int64_t x1::xlt_szse_l2_trade_t::offer_appl_seq_num

卖方委托索引 从 1 开始计数

◆ price

int64_t x1::xlt_szse_l2_trade_t::price

成交价格,放大10000倍

◆ qty

int64_t x1::xlt_szse_l2_trade_t::qty

成交数量,放大100倍

◆ security_code

char x1::xlt_szse_l2_trade_t::security_code[CONST_STR_SECURITY_CODE_LEN]

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

◆ security_source

char x1::xlt_szse_l2_trade_t::security_source[5]

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

◆ transact_time

int64_t x1::xlt_szse_l2_trade_t::transact_time

成交时间,YYYYMMDDHHMMSSsss(毫秒)


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