-
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 ?
-
where do I get the latest dacs_lib.h and libdacs.a files
where do I get the latest dacs_lib.h and libdacs.a files I downloaded Real-Time-SDK-2.3.0.L2.linux.zip and it is not in that.
-
rsslInitChannel query
Hi! In the https://github.com/Refinitiv/Real-Time-SDK/blob/825c4c2113da5389d5f927cfbcadd7c2be495b18/Cpp-C/Eta/Applications/Examples/Consumer/rsslConsumer.c#L680. case of RSSL_RET_CHAN_INIT_IN_PROGRESS, it is breaking out of the loop, in the else case. Where as what I see in the docs is that subsequent calls to…
-
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…
-
US Municipal bonds - LSEG products
Can you please advise the products LSEG offers used in the US Municipal world, i need tools to be able to price municipal bonds current and historical prices using benchmarks, trade and quote prices, and comparables data. Right now I have an Eikon kiosk, which has the municipal bonds calculator and comparables data access,…
-
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) ?
-
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…
-
Add RIC-s to batch request ETA
Hello, We are using the ETA C SDK, connected to RTDS to receive real-time data. A batch request is sent to subscribe for certain instruments. (like shown in TransportAPI_C_DevGuide 13.7.4) Closing stream-s is implemented as well. (like shown in TransportAPI_C_DevGuide 13.7.6) Is there any way to "add" RIC-s to an already…
-
Under what conditions should I recall rsslConnect and/or rsslInitChannel for an RSSL Consumer in ...
...the event of disconnection? Hi, I am trying to flush out disconnect handling for an RSSL Consumer connecting to a UPA server and I have some questions. The connection type this question is relevant to is RSSL_CONN_TYPE_SOCKET. I am first wondering if there are any general guidelines on usage of rsslConnect and…
-
rsslEncodeFieldListComplete segfaults.
Hi. I am encoding a market price update message and rsslEncodeFieldListComplete receives SIGSEGV. Any ideas what the cause might be? As far as I can tell I am following the proper sequence of rsslEncodeFieldListInit, rsslEncodeFieldEntry, rsslEncodeFieldListComplete. In gdb, "disas" shows the following line where it…
-
Can you help clarify my understanding of requesting RICs via a symbol list request?
Hi. I am looking to get a list of all RICs for Shanghai Stock Exchange equities and Shenzhen Stock Exchange equities. I have been referencing this article (https://developers.lseg.com/en/article-catalog/article/all-rics-available-on-elektron-realtime) and I recently found this tool…
-
Validation of RSSL Consumer application using a packet capture.
Hi. I am looking for more ways to test and validate my RSSL Consumer application. With many market data feeds, I am able to run a replay of the data to verify the application/parser works as well. Theoretically, were I to get permission to get a PCAP of a current RSSL consumer application we have interacting with a real…
-
Are there any ordering constraints on encoding/decoding different parts of an RSSL message?
I have an RSSL Consumer client using the Reuter's Domain Model. I also have an RSSL Producer server that is part of a testing harness to test my client. The consumer is successfully able to login, request and process source directory information, and request and process dictionary information, and I have tested this…