-
Migrate API RFA a EMA
I am using Net RFA 8 NET150, and I want to migrate this solution to a newer technology since I was told that RFA Net is becoming obsolete. What do you suggest to generate subscriptions and continue receiving real-time information? I was told that the ETA solution might be ideal.Where can I find documentation and…
-
ETA big batch request limitations
I am required to subscribe to around 14K items, using the code in ETA tutorial with combination of batch request, I was able to get roughly 600-1000 items, depending which items I request (short names or long), is there a config parameter that can increase the amount I can send, and if the limitation is not in the API,…
-
How to set username in ETA
I am developing using ETA, I used tutorial 4 code and managed to get a view of several RICs , Now I am required to get data from a different service which requires a user I saw in one answer for a different question , they say to set loginRequest.userName after rsslInitDefaultRDMLoginRequest using a setString function, I…
-
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…
-
What causes "Request Rejected: Cannot request existing view on streamId that is not opened"
Has anyone ever seen this error message? "ERROR MESSAGE: Type :(Status) Closed Completed State: CLOSED StatusCode: 1 Text: "Request Rejected: Cannot request existing view on streamId that is not opened." Info: NOT_FOUND" This is being generated on an application built with eta3.1.0.L1 and connecting to an ADS version…
-
Getting Module Error
How to fix this issue
-
How does a UPA server handle duplicate login credentials from different servers?
We have a total of seven different UPA consumer applications each on a different server targeting a handful of different UPA servers. Until recently, we had five of these consumers all targeting the same UPA server (same IP/port configuration). Simply because it has worked historically, and because we did not want to break…
-
For Real-Time API's connecting to an encrypted ADS/RTC, when is it necessary to create a custom K...
...eystore File? For Real-Time API's connecting to an encrypted ADS/RTC, when is it necessary to create a custom Keystore File? Assuming the ADS/RTC is using a COMODO root certificate, it seems that the default Keystore that is used by the Application should work fine. So under what circumstances is a custom local Keystore…
-
Help with segfault on rsslEncodeMapComplete after having added map summary data
Hi. I previously had an UPA server for testing that successfully was able to encode the Reuter's Domain Model Market By Price Refresh and Update messages. They were consumed successfully by an rssl consumer. I recently added summary data to the map that is the payload of this message. I didn't change the surrounding code…
-
Can I use the mechanisms and the APIs that you describe in your responses below, to access marke...
...t-by-order for India equities and futures? Can I use the mechanisms and the APIs that you describe in your responses below, to access market-by-order for India equities and futures? Information Provided below: The RTSDK(ETA and EMA) supports market by order data consume. You must ensure that they request the RIC from…
-
CMake errors installing RTSDK 2.2.1.L1 for Visual Studio 2022
Hi, I'm having issues installing RTSDK2.2.1.L1 for Visual Studio 2022. Having rebuilt my PC recently, I had the following installed before attempting to install this devkit: * Windows 11 Pro x64 (All the latest updates applied) * Python 3.12.5 * Github desktop 3.4.3 * Cmake 3.30.3 * Visual Studio Enterprise 2019…
-
ETA Reactor crash with multiple slow consumers
We're using latest available ETA SDK (2.2.1) from github. We have an interactive provider application using ETA Reactor. Normally this is working without any issue. Occasionally we have an apparent network issue that causes several connected clients to not properly handle the RSSL channel (eventually leading to a…
-
OmmProvider to flag expired RICs or temporary issues with existing RICs.
Hi, I need help on how to publish messages that a RIC has either expired or it is currently stale/temporary issue over your Transport API. Something like below by example: domain:MarketPrice streamstate:Closed datastate:Suspect statuscode:NotFound statustext:**The record could not be found Kind regards, Johan
-
Extracting SDK Linux 2.2.1 tar file.
Hi, I downloaded the latest Linux SDK version RTSDK-2.2.1.L1.linux. After unzipping I have RTSDK-2.2.1.L1.linux.rrg.tar file on my RH Linux machine. But 'tar' command does not do anything with it. How do I 'untar' it further to extract files? Thanks Vlad.
-
Where are the javadoc jar's for Real-Time-SDK?
Using Real-Time-SDK-2.1.2.L1 - where are the javadoc files? If they are intentionally omitted, please accept this as a suggestion to include them. Javadoc has been used for documenting Java API's since the early 2000's.