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

持仓结构体 更多...

#include <xlt_trade_struct.h>

Public 属性

uint64_t account_index
 交易账户索引
 
char security_code [CONST_STR_SECURITY_CODE_LEN]
 证券代码
 
ExchangeIndex exchange_index
 交易市场
 
quantity_t total_quantity
 总持仓
 
quantity_t sellable_quantity
 可卖持仓
 
quantity_t frozen_quantity
 卖出冻结数量
 

详细描述

持仓结构体

类成员变量说明

◆ account_index

uint64_t x1::xlt_position_info_t::account_index

交易账户索引

◆ exchange_index

ExchangeIndex x1::xlt_position_info_t::exchange_index

交易市场

◆ frozen_quantity

quantity_t x1::xlt_position_info_t::frozen_quantity

卖出冻结数量

◆ security_code

char x1::xlt_position_info_t::security_code[CONST_STR_SECURITY_CODE_LEN]

证券代码

◆ sellable_quantity

quantity_t x1::xlt_position_info_t::sellable_quantity

可卖持仓

◆ total_quantity

quantity_t x1::xlt_position_info_t::total_quantity

总持仓


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