GetOpenQuotes
The ID of the Order Management System.
The account ID.
The instrument ID.
curl -L \ --url 'GetOpenQuotes?omsId=1&accountId=1&instrumentId=1'
{ "bid": { "omsId": 0, "side": 0, "orderId": 0, "price": 0, "quantity": 0, "displayQuantity": 0, "instrument": 0, "account": 0, "orderType": 0, "clientOrderId": 0, "orderState": 0 }, "ask": { "omsId": 0, "side": 0, "orderId": 0, "price": 0, "quantity": 0, "displayQuantity": 0, "instrument": 0, "account": 0, "orderType": 0, "clientOrderId": 0, "orderState": 0 } }