![]() |
Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
|
申报失败响应(新订单申报失败,撤单失败) 更多...
#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 |
| 原始订单标识(撤单申报时有意义) | |
| uint8_t | is_cancel_flag |
| 撤单标识,如果为1, 当前记录为撤单,否则为新订单。 | |
| xlt_error_info_t | error_info |
| 错误信息 | |
| int64_t | transact_time |
| 回报时间,格式为YYYYMMDDHHMMSSsss | |
申报失败响应(新订单申报失败,撤单失败)
| uint8_t x1::xlt_order_error_response_t::client_id |
委托源标识,用户登录时自定义
| xlt_error_info_t x1::xlt_order_error_response_t::error_info |
错误信息
| uint8_t x1::xlt_order_error_response_t::is_cancel_flag |
撤单标识,如果为1, 当前记录为撤单,否则为新订单。
| uint64_t x1::xlt_order_error_response_t::origin_xid |
原始订单标识(撤单申报时有意义)
| char x1::xlt_order_error_response_t::report_id[CONST_REPORT_ID_LEN] |
回报标识,32字节,非字符串
| int64_t x1::xlt_order_error_response_t::transact_time |
回报时间,格式为YYYYMMDDHHMMSSsss
| uint64_t x1::xlt_order_error_response_t::xid |
报单标识