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

算法交易账户创建请求 更多...

#include <xlt_privilege_struct.h>

Public 属性

uint64_t algo_type
 算法类型
 
uint64_t trade_way_index
 委托方式索引
 
uint64_t algo_trade_account_index
 算法交易账户索引
 
char biz_no [CONST_BIZ_NO_LEN]
 业务流水号
 
uint64_t parent_trade_account_index
 父交易账户索引
 
uint64_t refer_login_account_index
 关联登录账户索引
 
amount_t amount
 最大可用资金
 
ExchangeIndex exchange_index
 可交易证券代码所属市场索引
 
char security_code [CONST_STR_SECURITY_CODE_LEN]
 可交易证券代码
 
quantity_t quantity
 算法账户初始持仓数量
 

详细描述

算法交易账户创建请求

类成员变量说明

◆ algo_trade_account_index

uint64_t x1::xlt_create_algo_account_request_t::algo_trade_account_index

算法交易账户索引

◆ algo_type

uint64_t x1::xlt_create_algo_account_request_t::algo_type

算法类型

◆ amount

amount_t x1::xlt_create_algo_account_request_t::amount

最大可用资金

◆ biz_no

char x1::xlt_create_algo_account_request_t::biz_no[CONST_BIZ_NO_LEN]

业务流水号

◆ exchange_index

ExchangeIndex x1::xlt_create_algo_account_request_t::exchange_index

可交易证券代码所属市场索引

◆ parent_trade_account_index

uint64_t x1::xlt_create_algo_account_request_t::parent_trade_account_index

父交易账户索引

◆ quantity

quantity_t x1::xlt_create_algo_account_request_t::quantity

算法账户初始持仓数量

◆ refer_login_account_index

uint64_t x1::xlt_create_algo_account_request_t::refer_login_account_index

关联登录账户索引

◆ security_code

char x1::xlt_create_algo_account_request_t::security_code[CONST_STR_SECURITY_CODE_LEN]

可交易证券代码

◆ trade_way_index

uint64_t x1::xlt_create_algo_account_request_t::trade_way_index

委托方式索引


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