![]() |
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 |
| 报单标识 | |
| ExOrdStatus | ord_status |
| 交易所订单状态 | |
| ExExecType | exec_type |
| 交易所执行类型 | |
| 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,上交所即成剩撤时有意义 | |
| int64_t | transact_time |
| 回报时间,格式为YYYYMMDDHHMMSSsss | |
新订单申报成功响应
| quantity_t x1::xlt_order_response_t::cancel_quantity |
撤单数量
| int x1::xlt_order_response_t::cancel_reason_id |
撤单原因id,上交所即成剩撤时有意义
| uint8_t x1::xlt_order_response_t::client_id |
委托源标识,用户登录时自定义
| ExchangeIndex x1::xlt_order_response_t::exchange_index |
交易市场
| ExExecType x1::xlt_order_response_t::exec_type |
交易所执行类型
| quantity_t x1::xlt_order_response_t::leaves_quantity |
剩余数量
| ExOrdStatus x1::xlt_order_response_t::ord_status |
交易所订单状态
| price_t x1::xlt_order_response_t::price |
委托价格,放大10000倍
| quantity_t x1::xlt_order_response_t::quantity |
委托数量
| char x1::xlt_order_response_t::report_id[CONST_REPORT_ID_LEN] |
回报标识,32字节,非字符串
| char x1::xlt_order_response_t::security_code[CONST_STR_SECURITY_CODE_LEN] |
证券代码,不带空格,并以'\0'结尾
| Side x1::xlt_order_response_t::side |
买卖方向
| int64_t x1::xlt_order_response_t::transact_time |
回报时间,格式为YYYYMMDDHHMMSSsss
| uint64_t x1::xlt_order_response_t::xid |
报单标识