The Order Management System ID.
The account ID.
The client order ID.
The order ID.
{"result":true,"errormsg":"","errorcode":0,"detail":""}
POST / HTTP/1.1 Host: CancelOrder Content-Type: application/json Accept: */* Content-Length: 51 { "OMSId": 0, "AccountId": 0, "ClOrderId": 0, "OrderId": 0 }
Successful cancellation request.
{ "result": true, "errormsg": "", "errorcode": 0, "detail": "" }