We need to send latest funds price data through WebSocket API, my question is do we need to send each RIC update at a time or do we an option to send bulk update? If yes please provide the sample JSON format for bulk update and what is limit ?
i am sending the below request but i am getting the error like Unknown service Request : { "ID": 2, "Key": { "Name": "LP68036411" },"VIEW":[ "BID", "NAV"] } Error: RECEIVED: [ { "ID": 2, "Type": "Status", "Key": { "Service": 0, "Name": "LP68036411" }, "State": { "Stream": "Closed", "Data": "Suspect", "Code":…
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 ?
It looks like you're new here. Sign in or register to get started.