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

用户委托的低频业务委托请求 更多...

#include <xlt_privilege_struct.h>

Public 属性

uint64_t flags:54
 委托标志 (取值见enum ApiOrderFlag)
 
uint64_t resend_num:10
 相同xid重发次数,ApiOrderFlag中如果包含RESEND_ORDER时有效
 
uint64_t xid
 报单标识
 
uint64_t auth_id
 授权ID
 
uint32_t security_key
 证券代码Key,与证券代码一一对应
 
uint32_t security_index
 证券索引
 
quantity_t order_quantity
 订单数量
 
price_t price
 价格
 
Side side
 买卖方向
 
OrderType order_type
 订单类型
 
BusinessType business_type
 业务类型
 
ExchangeIndex exchange_index
 交易所索引
 
char security_code [CONST_STR_SECURITY_CODE_LEN]
 证券代码
 
uint8_t client_id
 委托源标识,用户登录时自定义
 
uint64_t account_index
 交易账户索引
 

详细描述

用户委托的低频业务委托请求

类成员变量说明

◆ account_index

uint64_t x1::xlt_user_special_new_order_t::account_index

交易账户索引

◆ auth_id

uint64_t x1::xlt_user_special_new_order_t::auth_id

授权ID

◆ business_type

BusinessType x1::xlt_user_special_new_order_t::business_type

业务类型

◆ client_id

uint8_t x1::xlt_user_special_new_order_t::client_id

委托源标识,用户登录时自定义

◆ exchange_index

ExchangeIndex x1::xlt_user_special_new_order_t::exchange_index

交易所索引

◆ flags

uint64_t x1::xlt_user_special_new_order_t::flags

委托标志 (取值见enum ApiOrderFlag)

◆ order_quantity

quantity_t x1::xlt_user_special_new_order_t::order_quantity

订单数量

◆ order_type

OrderType x1::xlt_user_special_new_order_t::order_type

订单类型

◆ price

price_t x1::xlt_user_special_new_order_t::price

价格

◆ resend_num

uint64_t x1::xlt_user_special_new_order_t::resend_num

相同xid重发次数,ApiOrderFlag中如果包含RESEND_ORDER时有效

◆ security_code

char x1::xlt_user_special_new_order_t::security_code[CONST_STR_SECURITY_CODE_LEN]

证券代码

◆ security_index

uint32_t x1::xlt_user_special_new_order_t::security_index

证券索引

◆ security_key

uint32_t x1::xlt_user_special_new_order_t::security_key

证券代码Key,与证券代码一一对应

◆ side

Side x1::xlt_user_special_new_order_t::side

买卖方向

◆ xid

uint64_t x1::xlt_user_special_new_order_t::xid

报单标识


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