-
Starting the CIAM migration process using Python
We just learned about the need to upgrade to V2 authentication. We have generated a service account, and have a key. The next step is to ?replace? our existing Python client. I assume we should be using the library here ; it shows some examples. Are there a working versions of these examples? Stepping through the library…
-
Automating usage reports export / download
I am looking for a way to automate the process of retrieving the usage reports (generated in DACS) with the DACS WS API. I could not find a respective GET method in the API manual I did not find any instructions / posts on the Developer’s forum explaining how it could be achieved (besides a single one where it was…
-
How do I extract just a few values from json data in RTO cloud webscoket?
Hi, I am receiving data via WebSocket for RTO v2, and the data comes in the format shown in the attached file. I cannot find out how to assign this data to a variable. I only see it written in the run area. The data is written after the following line of code, but I am unsure how to handle this JSON object on the Java…
-
Connect error for session1:com.neovisionaries.ws.client.HostnameUnverifiedException: The certific...
...ate of the peer does not match the expected hostname (us-east-1-aws-3-sm.optimized-pricing-api.refinitiv.net) Hello, I was connecting to Cloud RTO 2 using Java. Yesterday afternoon, despite not changing anything related to the connection and being told by the network staff that nothing was modified, I started…
-
PRCTCK_1 field not delivering data using Websocket API
Hi, I have a customer using Websocket API to retrieve real time data from RTDS infrastructure. Apparently everything is working as expected, but field PRCTCK_1 is also being requested but not delivered. As this is the up/down signal, should the request of this field being managed in a specific way, or any limitation…
-
Max size for posting message(having multiple RICS) using using Python socket(directly connecting...
... to RCC) Hi, We are currently using python WebSockets to directly contribute to RCC. We want to send multiple RICS in a single message and currently, we are able to send the JSON array. 1)Each item contains 5-7 fields of data 2) we are planning to send data every 15 seconds interval 3)we will connect to RCC directly for…
-
RTDS Connection with DACS user through websocket
Hi I'm trying to find an example where the connection to RRTO is through a RTDS/TREP whith the DACS user but all uses the machine id, password, and client id Is there a way to connect to the RTDS though websocket with a DACS user? im using python or node The EMA examples for Java works but i'm not able to replicate the…
-
Manual Screening match resolution - How to get notified?
Hi all, will be using the world check one API to help with an onboarding process we are building. Our compliance team already uses Refinitiv UI and our new implementation will be a hybrid approach whereby we will use the API to create a screening case use manual Screening match resolution on the UI. The problem we have is…
-
Python WebSocket Code on RTO - Would it work on RTMDS over WebSocket
We have a client that is currently using Python API to connect to RTO on AWS and generating json files as output for real-time data. They are now evaluating to move the workflow from AWS to on prem RTMDS setup where they have access to 2 ADS servers over private comms. The RTMDS setup is WebSocket enabled. Client wants…
-
1\. Are you allowed to access the Refinitiv Data Platform real-time services via websocket
1\. Are you allowed to access the Refinitiv Data Platform real-time services via websocket. 2\. If you are: what is the hostname and authHostName (the authentication hostname) , they could be the same. 3\. What is the current and relevant code example in either Python or C#. 4\. Is there updated documentation that we can…
-
“A46: Item was reopened under new stream.”
Hi I'm using RTO service via Websocket, suddenly it stopped working on an environment. This is the only machine that is connected to this account. Kindly find attached log for reference. How would I fix the issue? It seems that price don't come after and the message is repeating. Thank you.
-
utf8 codec can't decode byte 0xf7 in position 21: invalid start byte
hostname = "'MY_HOST1'" and user = "my_user" And error is the same for impacted ads: ################################################################################ websocket-client version: 1.8.0 ################################################################################ Connecting to WebSocket…
-
Using WEBSOCKET API , is there is a way to know if we are connected via RSSL or SSL
Using WEBSOCKET API , is there is a way to know if we are connected via RSSL or SSL?
-
Add description to ATS Rics created using WebSocket API
Dear Developer community i'm wondering if is possible to define a description when creating ATS Rics using WebSOcket API, such description to be shown in GUI ATS interface. many thanks for you assistance and help for this topic
-
v2 authentication migration
Hello colleagues, We are following refinitiv migration [guide](https://developers.lseg.com/en/article-catalog/article/webSocket-api-rto-v2-authentication-migration-guide) and have a trouble to connect to RTO via websockets. Here is code snippet in python: import websockets import json import asyncio PING_TIMEOUT = 40 def…