We are looking for the document explanation to understand the response of Web Socket API for real time price feed. We are using Python to open the websocket and get the price feed. web_socket_app = websocket.WebSocketApp(ws_address, header=['User-Agent: Python'], on_message=on_message, on_error=on_error, on_close=on_close,…
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":…
Example : STATUS (Item Closed) Text: RTMDS*Access Denied: to IDN StreamState: CLOSEDDataState: SUSPECT CACHED Status - StreamState: CLOSED DataState: SUSPECT
Hi, Customer Banco BEST developed a streaming application with Websocket API to subscribe real time data from a RTDS deployed infrastructure. This is working pretty well, but customer identified that sometimes there are RICs not receiving data being requested to RTDS, mainly related with Indices like .FTSE and .GDAXI…
How can I use a Python API to connect to a real-time Elektron feed from an Edge device and continuously stream data?
How does a client using web socket API is impacted from Workspace migration? What are the steps needs to be taken?
Hi team, do we have any sample code using RTO to fetch economic events data? Say US cpi. Thank you!
My inhouse RTDS has two types of service. One with dataType 6 (IDN, Bloomberg etc) and dataType2 (inhouse services) I am using the examples that came with the websockets API. Work fine with dataType 6 but I get a Json conversion error for the dataType 2. Is there a way to make the websockets examples consume dataType 2 ?
Client has configured websockets for ADS 3.8, but is unable to make a connection via curl. Is that normal? <dialogue snippet> bash-5.1$ curl -v -X GET http://ADS-SERVER.com:15000/config Note: Unnecessary use of -X or --request, GET is already inferred. * Trying 0.0.0.0:15000... * Connected to ADS-SERVER.com (0.0.0.0) port…
How do I configure Java application to return the value with HH:MM:SS:MS format?
It looks like you're new here. Sign in or register to get started.