The ID of the Order Management System.
The account ID.
The instrument ID.
{"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}}
GET / HTTP/1.1 Host: GetOpenQuotes?omsId=1&accountId=1&instrumentId=1 Accept: */*
Successful retrieval of open quotes.
{ "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 } }