You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- An OCO list must have 2 or 3 orders, and only one can be a limit order
250
+
- An OTO list must have 2 or 3 orders
251
+
- An OTOCO must have 3 or 4 orders, and for the secondary only one can be a limit order
253
252
254
253
Symbol restrictions:
255
-
256
254
- For an AON order list, the symbol code of orders must be unique for each order in the list.
257
255
- For an OCO order list, there are no symbol code restrictions.
258
256
- For an OTOCO order list, the symbol code of orders must be the same for all orders in the list (placing orders in different order books is not supported).
259
257
260
-
ORDER_TYPE restrictions:
261
-
- For an AON order list, orders must be ORDER_TYPE.LIMIT or ORDER_TYPE.Market
262
-
- For an OCO order list, orders must be ORDER_TYPE.LIMIT, ORDER_TYPE.STOP_LIMIT, ORDER_TYPE.STOP_MARKET, ORDER_TYPE.TAKE_PROFIT_LIMIT or ORDER_TYPE.TAKE_PROFIT_MARKET.
258
+
OrderType restrictions:
259
+
- For an AON order list, orders must be OrderType.LIMIT or OrderType.Market
260
+
- For an OCO order list, orders must be OrderType.LIMIT, OrderType.STOP_LIMIT, OrderType.STOP_MARKET, OrderType.TAKE_PROFIT_LIMIT or OrderType.TAKE_PROFIT_MARKET.
263
261
- An OCO order list cannot include more than one limit order (the same
264
262
applies to secondary orders in an OTOCO order list).
265
-
- For an OTOCO order list, the first order must be ORDER_TYPE.LIMIT, ORDER_TYPE.MARKET, ORDER_TYPE.STOP_LIMIT, ORDER_TYPE.STOP_MARKET, ORDER_TYPE.TAKE_PROFIT_LIMIT or ORDER_TYPE.TAKE_PROFIT_MARKET.
263
+
- For an OTOCO order list, the first order must be OrderType.LIMIT, OrderType.MARKET, OrderType.STOP_LIMIT, OrderType.STOP_MARKET, OrderType.TAKE_PROFIT_LIMIT or OrderType.TAKE_PROFIT_MARKET.
266
264
- For an OTOCO order list, the secondary orders have the same restrictions as an OCO order
267
-
- Default is ORDER_TYPE.Limit
265
+
- Default is OrderType.Limit
266
+
267
+
TimeInForce restrictions:
268
+
- For an AON order list, required and must be FOK
269
+
- For an OCO order list is optional, orders can be GTC, IOC (except limit orders), FOK (except limit orders), DAY or GTD
270
+
- For an OTOCO order list, the first order can be GTC, IOC, FOK, DAY, GTD
271
+
- For an OTOCO order list is optional, the secondary orders can be orders must be GTC, IOC (except limit orders), FOK (except limit orders), DAY or GTD
0 commit comments