Cancel Orders (multiple)

Cancels multiple orders simultaneously. Orders can be canceled based on the Order ID, the combination of Client Order ID and Client Order Date, or the Group Order ID. Alternatively, the body param 'all' can be used with a value of 1 to cancel all orders.

Body Params
integer

An array containing the IDs of the orders to delete.

integer

An array containing the GIDs of the orders to delete.

json

An array of tuples containing the cid and cid_date pairs of the orders to delete.

int32

If set to 1, cancels all open orders (both trading and derivative)

Response

Language
Response
Choose an example:
application/json