CancelOrder
The Order Management System ID.
The account ID.
The client order ID.
The order ID.
curl -L \ --request POST \ --url 'CancelOrder' \ --header 'Content-Type: application/json' \ --data '{ "OMSId": 0, "AccountId": 0, "ClOrderId": 0, "OrderId": 0 }'
{ "result": true, "errormsg": "", "errorcode": 0, "detail": "" }