File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ public enum OrderType : byte
146
146
Limit ,
147
147
StopLimit ,
148
148
MarketOnClose ,
149
+ Pegged ,
149
150
TrailingStop ,
150
151
TrailingStopLimit ,
151
152
} ;
@@ -162,6 +163,7 @@ public enum TimeInForce : byte
162
163
GTX ,
163
164
GTD ,
164
165
GFS ,
166
+ AUC ,
165
167
} ;
166
168
167
169
public enum PositionSide : byte
@@ -214,14 +216,16 @@ public enum InstrumentType : byte
214
216
215
217
public enum BarType : byte
216
218
{
217
- Time ,
219
+ Time = 1 ,
218
220
Tick ,
219
221
Volume ,
220
222
Range ,
223
+ Session ,
221
224
} ;
222
225
223
226
public enum DataObjetType : byte
224
227
{
228
+ DataObject ,
225
229
Tick ,
226
230
Bid ,
227
231
Ask ,
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ enum OrderType :char
82
82
Limit ,
83
83
StopLimit ,
84
84
MarketOnClose ,
85
+ Pegged ,
85
86
TrailingStop ,
86
87
TrailingStopLimit ,
87
88
};
@@ -98,10 +99,10 @@ enum TimeInForce :char
98
99
GTX ,
99
100
GTD ,
100
101
GFS ,
102
+ AUC ,
101
103
};
102
104
103
105
104
-
105
106
enum PositionSide :char
106
107
{
107
108
Long ,
@@ -167,14 +168,16 @@ enum SecurityType :char
167
168
168
169
enum BarType :char
169
170
{
170
- Time ,
171
+ Time = 1 ,
171
172
Tick ,
172
173
Volume ,
173
174
Range ,
175
+ Session ,
174
176
};
175
177
176
178
enum DataObjetType : char
177
179
{
180
+ DataObject ,
178
181
Tick_ ,
179
182
Bid ,
180
183
Ask ,
You can’t perform that action at this time.
0 commit comments