The Order Management System ID.
The account ID.
The instrument ID.
The bid price.
The bid quantity.
The ask price.
The ask quantity.
curl -L \ --request POST \ --url 'CreateQuote' \ --header 'Content-Type: application/json' \ --data '{ "OMSId": 0, "AccountId": 0, "InstrumentId": 0, "Bid": 0, "BidQty": 0, "Ask": 0, "AskQty": 0 }'
{ "bidQouteId": 0, "BidResult": { "result": true, "errormsg": "", "errorcode": 0, "detail": "" }, "askQouteId": 0, "AskResult": { "result": true, "errormsg": "", "errorcode": 0, "detail": "" } }