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

撤单申报成功响应 更多...

#include <xlt_trade_struct.h>

Public 属性

uint8_t client_id
 委托源标识,用户登录时自定义
 
char report_id [CONST_REPORT_ID_LEN]
 回报标识,32字节,非字符串
 
uint64_t xid
 报单标识
 
uint64_t origin_xid
 原始订单标识(撤单申报时有意义)
 
ExOrdStatus ord_status
 交易所订单状态
 
ExExecType exec_type
 交易所执行类型
 
quantity_t cancel_quantity
 撤单数量
 
int cancel_reason_id
 撤单原因id
 
int64_t transact_time
 回报时间,格式为YYYYMMDDHHMMSSsss
 

详细描述

撤单申报成功响应

类成员变量说明

◆ cancel_quantity

quantity_t x1::xlt_cancel_response_t::cancel_quantity

撤单数量

◆ cancel_reason_id

int x1::xlt_cancel_response_t::cancel_reason_id

撤单原因id

◆ client_id

uint8_t x1::xlt_cancel_response_t::client_id

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

◆ exec_type

ExExecType x1::xlt_cancel_response_t::exec_type

交易所执行类型

◆ ord_status

ExOrdStatus x1::xlt_cancel_response_t::ord_status

交易所订单状态

◆ origin_xid

uint64_t x1::xlt_cancel_response_t::origin_xid

原始订单标识(撤单申报时有意义)

◆ report_id

char x1::xlt_cancel_response_t::report_id[CONST_REPORT_ID_LEN]

回报标识,32字节,非字符串

◆ transact_time

int64_t x1::xlt_cancel_response_t::transact_time

回报时间,格式为YYYYMMDDHHMMSSsss

◆ xid

uint64_t x1::xlt_cancel_response_t::xid

报单标识


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