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

新订单申报成功响应 更多...

#include <xlt_trade_struct.h>

成员变量

uint8_t client_id
 委托源标识,用户登录时自定义
 
uint64_t sequence
 消息序号(0为快速回报)
 
char report_id [CONST_REPORT_ID_LEN]
 回报标识,32字节,非字符串
 
uint64_t xid
 报单标识
 
OrderStatus order_status
 订单状态
 
char security_code [CONST_STR_SECURITY_CODE_LEN]
 证券代码,不带空格,并以'\0'结尾
 
ExchangeIndex exchange_index
 交易市场
 
price_t price
 委托价格,放大10000倍
 
quantity_t quantity
 委托数量
 
Side side
 买卖方向
 
quantity_t leaves_quantity
 剩余数量
 
quantity_t cancel_quantity
 撤单数量
 
int cancel_reason_id
 撤单原因id
 

详细描述

新订单申报成功响应


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