Can you please help with protocol for fail over for RTO WebSocket API.
I am running the following example code: https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/RTO/python/market_price_rto_service_discovery.py as follows: ``` python3 market_price_rto_service_discovery.py --user "" --password "" --clientid "" The output is: ``` Sending authentication request with…
Hello, https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/java/MarketPricePosting.java We have made use of the above example to update data for symbols in WebSocket API. Please note that the above example does not explain/demonstrate the steps to update data for multiple symbols and we have been…
Does RTO and Tickhistory..both products have the ability to work entirely cloud-to-cloud via API (i.e. feed the data into client system without a desktop app).. Can you please help with this question?
I’m implementing batch requests using the WebSocket API and have a question about the status response. The response text includes something like: Processed 3 total items from Batch Request. 3 Ok. I understand that in this case, three streams would be created. However, if I intentionally include an invalid RIC in the batch,…
The connection is to RTC. I see in a post need: \*rtc\*defaultJsonServiceId, I believe in RTC rtc.cnf. Is this correct ? How to use chain.py example to connect to local rtc ?
I am making a streaming request with a view of only 2 fids, and receiving lots of updates with no change in those values. Am i missing something that would only send the update when a fid value is changed? I was surprised, the behavior seems different between rics CZ25 and SRBV5. example request - { "ID": 2, "Domain":…
Hi, Got one queries from one customer. They are trying to connect RTO V2 with websocket API Please advise what can cause the following error. Service ID: GE-Z762EPJPWZ3E { "error": { "id": "6a901c52-d936-4815-8670-3ea9bb49cac7", "code": "insufficient_scope", "message": "access denied. Scopes required to access the…
Hi Team, Currently in the WebSocket API documentation, the protocol mentioned is only tr_json2. Is there any possibility to use RWF via HMDS WebSockets? This will ensure a better transport rate and maybe also a lower load on the backend ADSs. Thank you, Rares
Hello, Our client is currently migrating to v2 authentication and is in process of testing the following RTO Java sample code: websocket-api/Applications/Examples/RTO/java/MarketPriceRTOClientCredAuth.java at master · Refinitiv/websocket-api · GitHub They are concerned that the MarketPriceRTOClientCredAuth.java posted on…
It looks like you're new here. Sign in or register to get started.