Is there a rate limit for websocket contribution API? We send about 500 messages per second but only some updates are visible in the terminal. In login response we receive {"TRCE:MaxMessagesPerSecond":1000} . Is it the api rate limit? Does it matter if messages equally distributed or we can send all messages (up to the…
Hello, We are updating our application to be able to support WebSocket secured connection with RTDS. We have several questions : First, we udpated our ADS to be compatible with secured connection updating the below property : *ads*distribution_ws_sink*connectionType : 1 Then we restarted the ads. Is it all ? Do we need to…
Hi, I can't find any documentation on how to request market prices towards multiple Service's, would you be able to provide with such or a working example on how to write it? I am using Websocket API with Python and your market_price.py example like below towards one Service only: def send_market_price_request(ws): """…
Hi , i am trying to get real time prices using websockets and RTDS. my login gets smooth but when i send the request registering my Rics , it closes the stream immediately and start sending me prices on another stream. its not a problem as sch but how would i know which ID to set for new incoming tickers Batch request . is…
Hello, We are testing contribution setup for a client install and we need the market_price_contrib.py python code so we can specify the fields we want to use. I just downloaded the websocket-api and I don't see that file included. I looked at the tutorial for contribution, however, I could not locate this file? Does it…
Hi, We are contributing around 20k update messages every 30s to the websocket contribution endpoint (contrib-ws1-amers1.platform.refinitiv.com), however we are seeing the ACKs coming in very delayed, up to a point where it is not possible for us to utilize them for correct failover/retry logic as suggested here…
I get following error response when I send Login message to the Socket API:…
It has been some time now working on integration of Refinitiv WebSocket's API and our core banking system, so far I am able to connect to the WebSocket without issues, I can as well send messages successfully, the challenge I am having is that, after I sent the message, I want to be able to log the response as we get…
I am working on the websocket python example: https://github.com/Refinitiv/websocket-api/tree/master/Applications/Examples/EDP/python I am running the websocket app. I am able to successfully get the response back and close the socket. I need to collect all the responses while the socket is running and pass the data to…
Hi, We are trying to implement an integration using the websockets API to contribute our data to Refinitiv. We have not been successful in identifying in your documentation all the scenarios in which a failover should occur between A (contrib-ws1-amers1.platform.refinitiv.com) and B…
It looks like you're new here. Sign in or register to get started.