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

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

#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
 

详细描述

新订单申报成功响应

类成员变量说明

◆ cancel_quantity

quantity_t x1::xlt_order_response_t::cancel_quantity

撤单数量

◆ cancel_reason_id

int x1::xlt_order_response_t::cancel_reason_id

撤单原因id,上交所即成剩撤时有意义

◆ client_id

uint8_t x1::xlt_order_response_t::client_id

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

◆ exchange_index

ExchangeIndex x1::xlt_order_response_t::exchange_index

交易市场

◆ exec_type

ExExecType x1::xlt_order_response_t::exec_type

交易所执行类型

◆ leaves_quantity

quantity_t x1::xlt_order_response_t::leaves_quantity

剩余数量

◆ ord_status

ExOrdStatus x1::xlt_order_response_t::ord_status

交易所订单状态

◆ price

price_t x1::xlt_order_response_t::price

委托价格,放大10000倍

◆ quantity

quantity_t x1::xlt_order_response_t::quantity

委托数量

◆ report_id

char x1::xlt_order_response_t::report_id[CONST_REPORT_ID_LEN]

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

◆ security_code

char x1::xlt_order_response_t::security_code[CONST_STR_SECURITY_CODE_LEN]

证券代码,不带空格,并以'\0'结尾

◆ side

Side x1::xlt_order_response_t::side

买卖方向

◆ transact_time

int64_t x1::xlt_order_response_t::transact_time

回报时间,格式为YYYYMMDDHHMMSSsss

◆ xid

uint64_t x1::xlt_order_response_t::xid

报单标识


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