![]() |
Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
|
深交所level1指数快照行情数据结构体 更多...
#include <xlt_quote_struct.h>
Public 属性 | |
| uint16_t | channel_no |
| 频道代码 | |
| int64_t | orig_time |
| 数据生成时间 (YYYYMMDDHHMMSSsss) | |
| char | md_stream_id [4] |
| 行情类别代码(例如"900"指数等),字符串,带'\0' | |
| char | security_code [CONST_STR_SECURITY_CODE_LEN] |
| 证券代码,字符串,带'\0' | |
| char | security_id_source [5] |
| 证券代码源(例如 "102" 表示深交所),字符串,带'\0' | |
| char | trading_phase_code [9] |
| 产品所处的交易阶段代码,字符串,带'\0' | |
| int64_t | prev_close_px |
| 昨收价,放大10000倍 | |
| int64_t | num_trades |
| 成交笔数 | |
| int64_t | total_volume_trade |
| 成交总量,放大100倍 | |
| int64_t | total_value_trade |
| 成交总金额,放大10000倍 | |
| int64_t | last_index |
| 当前指数,放大1000000倍 | |
| int64_t | prev_close_index |
| 昨日收盘指数,放大1000000倍 | |
| int64_t | open_index |
| 开盘指数,放大1000000倍 | |
| int64_t | high_index |
| 最高指数,放大1000000倍 | |
| int64_t | low_index |
| 最低指数,放大1000000倍 | |
| int64_t | close_index |
| 收盘指数,放大1000000倍 | |
深交所level1指数快照行情数据结构体
| uint16_t x1::xlt_szse_l1_index_t::channel_no |
频道代码
| int64_t x1::xlt_szse_l1_index_t::close_index |
收盘指数,放大1000000倍
| int64_t x1::xlt_szse_l1_index_t::high_index |
最高指数,放大1000000倍
| int64_t x1::xlt_szse_l1_index_t::last_index |
当前指数,放大1000000倍
| int64_t x1::xlt_szse_l1_index_t::low_index |
最低指数,放大1000000倍
| char x1::xlt_szse_l1_index_t::md_stream_id[4] |
行情类别代码(例如"900"指数等),字符串,带'\0'
| int64_t x1::xlt_szse_l1_index_t::num_trades |
成交笔数
| int64_t x1::xlt_szse_l1_index_t::open_index |
开盘指数,放大1000000倍
| int64_t x1::xlt_szse_l1_index_t::orig_time |
数据生成时间 (YYYYMMDDHHMMSSsss)
| int64_t x1::xlt_szse_l1_index_t::prev_close_index |
昨日收盘指数,放大1000000倍
| int64_t x1::xlt_szse_l1_index_t::prev_close_px |
昨收价,放大10000倍
| char x1::xlt_szse_l1_index_t::security_code[CONST_STR_SECURITY_CODE_LEN] |
证券代码,字符串,带'\0'
| char x1::xlt_szse_l1_index_t::security_id_source[5] |
证券代码源(例如 "102" 表示深交所),字符串,带'\0'
| int64_t x1::xlt_szse_l1_index_t::total_value_trade |
成交总金额,放大10000倍
| int64_t x1::xlt_szse_l1_index_t::total_volume_trade |
成交总量,放大100倍
| char x1::xlt_szse_l1_index_t::trading_phase_code[9] |
产品所处的交易阶段代码,字符串,带'\0'