UpdateQuote
The Order Management System ID.
The account ID.
The instrument ID.
The ID of the bid quote.
The new bid price.
The new bid quantity.
The ID of the ask quote.
The new ask price.
The new ask quantity.
curl -L \ --request POST \ --url 'UpdateQuote' \ --header 'Content-Type: application/json' \ --data '{"OMSId":0,"AccountId":0,"InstrumentId":0,"BidQuoteId":0,"Bid":0,"BidQTY":0,"AskQuoteId":0,"Ask":0,"AskQTY":0}'
{ "BidResult": { "result": true, "errormsg": "", "errorcode": 0, "detail": "" }, "AskResult": { "result": true, "errormsg": "", "errorcode": 0, "detail": "" } }