The Order Management System ID.
The account ID.
The instrument ID.
The bid quote ID.
The ask quote ID.
curl -L \ --request POST \ --url 'CancelQuote' \ --header 'Content-Type: application/json' \ --data '{ "omsId": 0, "accountId": 0, "instrumentId": 0, "bidQuoteId": 0, "askQuoteId": 0 }'
{ "BidResult": { "result": true, "errormsg": "", "errorcode": 0, "detail": "" }, "AskResult": { "result": true, "errormsg": "", "errorcode": 0, "detail": "" } }