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
calls the callback once per each order in the orders list
245
+
244
246
Types or Contingency:
245
247
- Contingency.ALL_OR_NONE (Contingency.AON)
246
248
- Contingency.ONE_CANCEL_OTHER (Contingency.OCO)
@@ -277,23 +279,22 @@ def create_spot_order_list(
277
279
:param contingency_type: order list type.
278
280
:param orders: the list of orders
279
281
:param order_list_id: order list identifier. If not provided, it will be generated by the system. Must be equal to the client order id of the first order in the request
280
-
:param callback: A callable of two arguments, takes either a CryptomarketAPIException, or a list of reports of the created orders
282
+
:param callback: A callable of two arguments, takes either a CryptomarketAPIException, or a report of one of the created order. Once per created order
0 commit comments