Xlight API用户手册 v1.7.0.12
Xlight极速柜台接口文档
载入中...
搜索中...
未找到
xlt_algo_struct.h 文件参考

本文件定义XLT算法数据结构体 更多...

#include "xlt_trade_struct.h"

浏览该文件的源代码.

struct  x1::xlt_algo_info_t
 算法母单信息 更多...
 
struct  x1::xlt_algo_create_params_t
 算法母单创建参数 更多...
 
struct  x1::xlt_algo_create_request_t
 算法母单创建请求 更多...
 
struct  x1::xlt_algo_control_info_t
 算法母单操作信息 更多...
 
struct  x1::xlt_algo_control_request_t
 算法母单操作请求 更多...
 
struct  x1::xlt_algo_insert_report_t
 算法母单新订单响应 更多...
 
struct  x1::xlt_algo_control_report_t
 算法母单操作报告 更多...
 
struct  x1::xlt_algo_state_t
 算法母单状态信息 更多...
 
struct  x1::xlt_algo_exec_report_t
 算法厂商母单执行报告 更多...
 

命名空间

namespace  x1
 

类型定义

typedef struct x1::xlt_algo_info_t x1::xlt_algo_info_t
 算法母单信息
 
typedef struct x1::xlt_algo_create_params_t x1::xlt_algo_create_params_t
 算法母单创建参数
 
typedef struct x1::xlt_algo_create_request_t x1::xlt_algo_create_request_t
 算法母单创建请求
 
typedef struct x1::xlt_algo_control_info_t x1::xlt_algo_control_info_t
 算法母单操作信息
 
typedef struct x1::xlt_algo_control_request_t x1::xlt_algo_control_request_t
 算法母单操作请求
 
typedef struct x1::xlt_algo_insert_report_t x1::xlt_algo_insert_report_t
 算法母单新订单响应
 
typedef struct x1::xlt_algo_control_report_t x1::xlt_algo_control_report_t
 算法母单操作报告
 
typedef struct x1::xlt_algo_state_t x1::xlt_algo_state_t
 算法母单状态信息
 
typedef struct x1::xlt_algo_exec_report_t x1::xlt_algo_exec_report_t
 算法厂商母单执行报告
 

枚举

enum class  x1::AlgoStatus : uint8_t {
  x1::ALGO_STATUS_INIT = 0 , x1::ALGO_STATUS_CREATING = 1 , x1::ALGO_STATUS_CREATED = 2 , x1::ALGO_STATUS_STARTED = 3 ,
  x1::ALGO_STATUS_CANCELING = 4 , x1::ALGO_STATUS_CANCELED = 5 , x1::ALGO_STATUS_FINISHED = 6 , x1::ALGO_STATUS_REJECTED = 7 ,
  x1::ALGO_STATUS_ABORTED = 8
}
 算法母单状态 更多...
 
enum class  x1::AlgoControlType : uint8_t { x1::ALGO_CONTROL_CANCEL = 1 }
 算法母单操作类别 更多...
 
enum class  x1::AlgoExecType : uint8_t {
  x1::ALGO_EXEC_NEW = 1 , x1::ALGO_EXEC_NEW_REJECT = 2 , x1::ALGO_EXEC_START = 3 , x1::ALGO_EXEC_CONTROL = 4 ,
  x1::ALGO_EXEC_CONTROL_REJECT = 5 , x1::ALGO_EXEC_FINISH = 6 , x1::ALGO_EXEC_ABORT = 7
}
 算法厂商母单执行类别 更多...
 

变量

constexpr uint8_t x1::ALGO_TIME_LEN = 9
 算法母单时间类型
 

详细描述

本文件定义XLT算法数据结构体

作者
上海前路有光数字科技
日期
2026-06-01