-
Performance difference between RealTime SDK C/C++ vs RealTime SDK CSharp
Hi, Is there a place or some kind of documentation regarding what is Ultra performance and what is High performance (what is listed in the detail of each API) ? What is the difference in performance between the 2 API considering they are ran on the same machine ? I am assuming the C/C++ API is faster, but is there a…
-
Real Time SDK get only some fields from the provider
Hi, I am currently learning the SDK, while trying to learn the ETA tutorial 4, I was wondering if there a way, when subscribing to market data for specific pairs, is it possible to get only specific fields (namely ASK, BID) ?
-
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…
-
SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1091)')))
Hello Team, Got this error during Run on Friday (15th Nov 2024), accessing "https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/FuturesAndOptionsSearch" SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1091)'))) Also following this error got one more error - DataScope Authentication failed…
-
Reuters/Thomson Reuters/Refinitiv aka LSEG have many APIS and many versions of APIs.
For example you have flavours such as ssl, rfa, ema ,eta. I have lost track of which is which. More importantly can you tell me the relationship between versions and flavours and support please ? For example I hear that SSL is no longer supported ?
-
How can I correctly obtain your HPA Java SDK tool?
We are using Java and we expect to use RESTful HTTP requests to retrieve the K-line data for stocks. Here is an example: https://api.refinitiv.com/data/historical-pricing/v1/views/intraday-summaries/0700.HK?interval=PT5M&start=2023-08-01T00:00:00.000000000Z&end=2023-10-30T18:00:00.000000000Z&fields=BID,ASK,OPEN_PRC. Our…
-
Java SDK ReactorChannel dispatch failed: -1(Server has rejected the Login request.)
After a period (typically about 20 mins) we experience an Auth timeout on the RDP; example message below: ReactorChannel dispatch failed: -1(Server has rejected the Login request.) 2023-12-15 16:39:10,947 ERROR com.refinitiv.ema.access.OmmConsu merImpl [] - loggerMsg ClientName: LoginCallbackClient Severity: Error Text:…
-
vulnerable json.jar
Hi, We are currently working on upgrading vulnerable .jar files and json-20190722.jar was found on our list. We are wondering, is non-vulnerable json-20230227.jar version is it compatible with other Refinitiv SDK version 3.6.8.0 libraries we use (ansipage-3.6.8.0, ema-3.6.8.0, eta-3.6.8.0, etajConverter-3.6.8.0,…
-
C# dotnet SDK example for market data contribution
Hi, There is an C# example for market data contribution using websockets available at: https://github.com/Refinitiv/websocket-api/tree/master/Applications/Examples/CSharp/MarketPricePostingExample I am looking at achieving the same thing (market data contribution) but using the new dotnet sdk available at…
-
'OmmInvalidUsageException': 'Failed to add RsslChannel(s) to RsslReactor.'
Posting inquiry in behalf our client. Hi Team, Client tried connecting to RTO using the new Real-Time-SDK-2.0.6.L1. Has someone encountered the specified error below. Thanks in advance. ERR 2022-10-03 03:32:48.200145 3094 gng/rtsdk/endpoint.cc:836> jid[0] Refinitiv Fish failed to start excp_toString[Exception…
-
Where is the TCCI Java SDK Download?
Is there somewhere to download the full SDK library for "TCCI" or Trading Center Customer Interface (TCCI) RFQ v2.1.3 Software Development Kit ? I now have this documentation: https://my.refinitiv.com/content/dam/myrefinitiv/products/10601/en/Technical/633964.pdf But it is unclear to me if I have to code these classes…
-
RE: SDK Initialization Failed
Hello all, When using the Android ADK to initialize with the bearer token obtained by PostMan, the initialization cannot be successful. What is the reason? Are there any differences or requirements for the test environment for some default values based on tests and regions in the XML configuration? Please reply to me if…
-
Refinitiv Image Capture SDK initialization failed
When using the Android ADK to initialize with the bearer token obtained by PostMan, the initialization cannot be successful. What is the reason? Are there any differences or requirements for the test environment for some default values based on tests and regions in the xml configuration?
-
Paramount SDK for Qual ID - Token Authentication Question
We were trying to test the image capturing SDK for Qual ID but had trouble authenticating using the bearer token. Could you help us find the Token Service documentations or help understand how we should get and use the bearer token correctly? Henry
-
How to map combo-box values?
I’ve populated the combo-box element using data queried from my back end system, but now want to map combo-box values back to their original data items. How can that be done?