forked from QuantBox/QuantBox_XAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApiStruct.h
290 lines (256 loc) · 4.62 KB
/
ApiStruct.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
#ifndef _API_STRUCT_H_
#define _API_STRUCT_H_
#include "ApiDataType.h"
#include "ApiEnum.h"
struct PositionField
{
InstrumentIDType InstrumentID;
ExchangeIDType ExchangeID;
PositionSide Side;
QtyType Position;
QtyType TdPosition;
QtyType YdPosition;
HedgeFlagType HedgeFlag;
//TThostFtdcPositionDateType 还没处理
};
struct OrderField
{
InstrumentIDType InstrumentID;
ExchangeIDType ExchangeID;
OrderType Type;
OrderSide Side;
QtyType Qty;
PriceType Price;
OpenCloseType OpenClose;
HedgeFlagType HedgeFlag;
PriceType StopPx;
TimeInForce TimeInForce;
OrderStatus Status;
ExecType ExecType;
QtyType LeavesQty;
QtyType CumQty;
PriceType AvgPx;
ErrorIDType ErrorID;
ErrorMsgType Text;
OrderIDType ID;
OrderIDType OrderID;
long DateTime;
//// 预留字段,支持bool,int,long,double
//double double1;
//double double2;
//// 是否要进行扩展属性的支持?
//void* ptr1;
//// 是否需要从底层传入更多信息,比如说OrderSysID
};
struct TradeField
{
InstrumentIDType InstrumentID;
ExchangeIDType ExchangeID;
OrderSide Side;
QtyType Qty;
PriceType Price;
OpenCloseType OpenClose;
HedgeFlagType HedgeFlag;
MoneyType Commission;
TimeType Time;
OrderIDType ID;
TradeIDType TradeID;
};
struct ServerInfoField
{
bool IsUsingUdp;
bool IsMulticast;
int TopicId;
ResumeType Resume;
BrokerIDType BrokerID;
ProductInfoType UserProductInfo;
AuthCodeType AuthCode;
AddressType Address;
};
struct ConfigInfoField
{
};
// 用户信息
struct UserInfoField
{
///用户代码
UserIDType UserID;
///密码
PasswordType Password;
};
// 错误信息
struct ErrorField
{
// 错误代码
ErrorIDType ErrorID;
// 错误信息
ErrorMsgType ErrorMsg;
};
// 登录回报
struct RspUserLoginField
{
///交易日
DateType TradingDay;
// 时间
TimeType LoginTime;
// 会话ID
SessionIDType SessionID;
// 错误代码
ErrorIDType ErrorID;
// 错误信息
ErrorMsgType ErrorMsg;
};
///深度行情
struct DepthMarketDataField
{
///交易所时间
DateIntType TradingDay; // 交易日,用于给数据接收器划分到同一文件使用,基本没啥别的用处
DateIntType ActionDay;
TimeIntType UpdateTime;
TimeIntType UpdateMillisec;
///唯一符号
SymbolType Symbol;
///合约代码
InstrumentIDType InstrumentID;
///交易所代码
ExchangeIDType ExchangeID;
///最新价
PriceType LastPrice;
///数量
LargeVolumeType Volume;
///成交金额
MoneyType Turnover;
///持仓量
LargeVolumeType OpenInterest;
///当日均价
PriceType AveragePrice;
///今开盘
PriceType OpenPrice;
///最高价
PriceType HighestPrice;
///最低价
PriceType LowestPrice;
///今收盘
PriceType ClosePrice;
///本次结算价
PriceType SettlementPrice;
///涨停板价
PriceType UpperLimitPrice;
///跌停板价
PriceType LowerLimitPrice;
///昨收盘
PriceType PreClosePrice;
///上次结算价
PriceType PreSettlementPrice;
///昨持仓量
LargeVolumeType PreOpenInterest;
///申买价一
PriceType BidPrice1;
///申买量一
VolumeType BidVolume1;
///申卖价一
PriceType AskPrice1;
///申卖量一
VolumeType AskVolume1;
///申买价二
PriceType BidPrice2;
///申买量二
VolumeType BidVolume2;
///申卖价二
PriceType AskPrice2;
///申卖量二
VolumeType AskVolume2;
///申买价三
PriceType BidPrice3;
///申买量三
VolumeType BidVolume3;
///申卖价三
PriceType AskPrice3;
///申卖量三
VolumeType AskVolume3;
///申买价四
PriceType BidPrice4;
///申买量四
VolumeType BidVolume4;
///申卖价四
PriceType AskPrice4;
///申卖量四
VolumeType AskVolume4;
///申买价五
PriceType BidPrice5;
///申买量五
VolumeType BidVolume5;
///申卖价五
PriceType AskPrice5;
///申卖量五
VolumeType AskVolume5;
};
///发给做市商的询价请求
struct QuoteRequestField
{
///唯一符号
SymbolType Symbol;
///合约代码
InstrumentIDType InstrumentID;
///交易所代码
ExchangeIDType ExchangeID;
///交易日
DateType TradingDay;
///询价编号
OrderIDType QuoteID;
///询价时间
TimeType QuoteTime;
};
///合约
struct InstrumentField
{
///唯一符号
SymbolType Symbol;
///合约代码
InstrumentIDType InstrumentID;
///交易所代码
ExchangeIDType ExchangeID;
///合约名称
InstrumentNameType InstrumentName;
///合约名称
InstrumentType Type;
///合约数量乘数
VolumeMultipleType VolumeMultiple;
///最小变动价位
PriceType PriceTick;
///到期日
DateType ExpireDate;
///基础商品代码
InstrumentIDType UnderlyingInstrID;
///执行价
PriceType StrikePrice;
///期权类型
PutCall OptionsType;
};
///账号
struct AccountField
{
///上次结算准备金
MoneyType PreBalance;
///当前保证金总额
MoneyType CurrMargin;
///手续费
MoneyType Commission;
///平仓盈亏
MoneyType CloseProfit;
///持仓盈亏
MoneyType PositionProfit;
///期货结算准备金
MoneyType Balance;
///可用资金
MoneyType Available;
};
///账号
struct SettlementInfoField
{
///交易日
DateType TradingDay;
///消息正文
ContentType Content;
};
#endif