I would like to get real-time spot and forward rate using RTO and is there any doc to describe how to compose the request?
Here is the request I use to get market price for EUR. How to get spot and forward rate by base currency and quote currency?
{ "Domain": "MarketPrice",
"ID": 2,
"Key": {
"Name": "EUR=",
"Service": "ELEKTRON_DD"
},
"View": [ "BID", "ASK", "HIGH_1", "LOW_1", "OPEN_BID", "OPEN_ASK", "CLOSE_BID", "CLOSE_ASK" ]
}