-
Is there a way to get the spot date of a pair ?
Hi, Is there a way to get Spot date of a given RIC/Pair , if relevant of course ? through the messages received part of the fields received through ETA or separately in another way ?
-
Hi, do you have latency statistics for ETA?
-
Regarding rsslReadEx return code
Needed some help with using the ETA library to connect to servers. We were facing issues with connection reset by peer and as per lseg we were not consuming faster enough. I believe I found the issue in the code were we are not consuming from the library properly. However with the change am not seeing the behavior as…
-
Using ETA with onload
Hi, Can we use ETA with solarflare onload for kernel bypass for the tcp connection? Am currently running out application using onload but doesn't look like this ETA connection on 14002 is onload accelerated. Is there a way to enable it? Appreciate if you can share any examples. Thanks.
-
Error Sending rsslPing on ETA
Hi, Currently when we increased the number of subscriptions in our ETA based application we are getting this error on rsslPing (Error: 1002 ipcWrite() failed. System errno: (104)). I believe this is the connection reset by peer error. Can you please advice on what could be the issue. We are continuously reading all the…
-
Getting Error - rsslReactorGetBuffer(): Failed for ETA version - 3.8.3.G1
Hi, I am using ETA version - 3.8.3.G1. We have total 40k RICs to be registered. We are getting below error while registering RICs for almost 4934 times. rsslReactorGetBuffer(): Failed <<D:\Jenkins\workspace\RTSDK_Core_DX1\OS\VS140-64\rcdev\source\rtsdk\Cpp-C\Eta\Impl\Transport\rsslSocketTransportImpl.c:1481> Error: 1009…
-
RTSDK (EMA/ETA/Websocket API): Supported to run on a public cloud?
Some of our customers are planning to move their own developed application from on-premises to public cloud, such as AWS, Azure and GCP. Is RTSDK (EMA/ETA/Websocket API for all supported OS) officially supported for use on public clouds?
-
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,…
-
Publish FWD pts to RET using ETA
Hi LSEG team We are currently streaming prices for USD/INR SPOT , we have created one private RIC for eg : INR=USD1 and then stream prices when we get this request , here we use Market by volume domain. I want something similar to this for MARKET_PRICE (MarketByVolume_RDM_Spec_v1.6) So my question is how to stream prices…
-
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…
-
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…