-
Veracode Scan issue with rfa.jar
Hi Team, When we do the veracode scan for our application using rfa.jar, veracode is reporting critical issue..PFA and let us know how to resolve this
-
LSEG Real-Time SDK
Hi, I have managed to run the code according to this tutorial. But there seem to be some error about the data feed. The system returned my this message and nothing else. Thanks.
-
How to decode a DACS lock in Java
Hi Team, can you provide me a example Java code to decode a DACS lock. Best Regards Michael
-
RFA Jar upgrade from version 5.2 to 8.2 for JAVA technology/API
Dear Refinitiv Support Team, Our project java base application currently uses RFA version 5.2, which has now become outdated. At the client’s request, we are in the process of upgrading to RFA version 8.2. Given that our application was originally built on the Market Data Layer interface, we are encountering challenges…
-
How do I configure Java application to return the value with HH:MM:SS:MS format?
How do I configure Java application to return the value with HH:MM:SS:MS format?
-
INVALID_MESSAGE_FIELD_FORMAT lowercase providerTypes
For my ZFS POST /screening/v3/cases request, I get the following response: {"id":"424af957-2110-48de-81d2-84f1e679a15f","status":"400","errors":[{"code":"INVALID_MESSAGE_FIELD_FORMAT","message":"Message field '.providerTypes[0]' has an invalid value.","error":null}]} The request includes: "providerTypes":["watchlist"] I…
-
PROD_PERM and PEList
Hello, I use the Java/RefinitivSDK 3.7.0.0 in order to receive RealTime data from TREP. Once a RealTIme data is subscribed, the API notifies me through my implementation of the interface method OmmConsumerClient.onRefreshMsg(RefreshMsg refreshMsg, OmmConsumerEvent event) The RefreshMsg argument provides: the permission of…
-
Refreshing credentials for RDP alerts API using AWS SQS java sdk
Hi, I am using the AWS SQS java sdk to connect and retrieve data from the alerts API in RDP. Every hour I need to refresh the cloud credentials as per the user guide, so I end up creating a new SQS client object because I am using StaticCredentialsProvider to pass in the cloud credentials. I can't seem to find how to use a…
-
Decode Login Response to understand if it is successful or not
Hello, I am unable to find examples where the login response has been decoded to check if login was successful or not. Can you help me with sample code or examples for the EMA Java SDK for the above use case?
-
Ema - How to set ApplicationName
Hello, we have a Java application that connects to RTDS to get data from a service and publishes to another service. Data retrieval and publishing are executed via 2 different modules. Each of the 2 modules implement OmmConsumerClient. We are experiencing issues when running the solution on the customer environment, where…
-
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…
-
rfa java 8.2.3
Where can I download rfa 8.2.3 (Java) from?
-
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…
-
what is the time zone for real time prices from ELEKTRON DD for RTO using EMA java.
what is the time zone for real time prices from ELEKTRON DD for RTO using EMA java. I am currently interested in time for TRDPRC_1, OPEN_PRC, BID, ASK. I am using TRDTIM_1, BID_TIME, ASK_TIME, OPEN_TIME corresponding to the before mentioned fields. Also, in case of BID/ASK, I might receive only a single sided quote, does…
-
Why am I receiving a "onConnectError" even though I was able to obtain a token?
I am trying to comsume ric with RTO websocket (java). I made some improvements, but they were not sufficient, as I am still encountering the following error. For some reason, I cannot progress beyond obtaining the token. On the Fiddler side, I can only see the process up to the point where the token is retrieved. Do you…