![]() |
Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
|
日初持仓结构体 更多...
#include <xlt_trade_struct.h>
Public 属性 | |
| uint64_t | account_index |
| 交易账户索引 | |
| char | security_code [CONST_STR_SECURITY_CODE_LEN] |
| 证券代码 | |
| ExchangeIndex | exchange_index |
| 交易市场 | |
| quantity_t | initial_quantity |
| 初始可用数量 | |
| quantity_t | total_quantity |
| 总持仓 | |
| quantity_t | frozen_quantity |
| 冻结数量 | |
日初持仓结构体
| uint64_t x1::xlt_init_position_info_t::account_index |
交易账户索引
| ExchangeIndex x1::xlt_init_position_info_t::exchange_index |
交易市场
| quantity_t x1::xlt_init_position_info_t::frozen_quantity |
冻结数量
| quantity_t x1::xlt_init_position_info_t::initial_quantity |
初始可用数量
| char x1::xlt_init_position_info_t::security_code[CONST_STR_SECURITY_CODE_LEN] |
证券代码
| quantity_t x1::xlt_init_position_info_t::total_quantity |
总持仓