The most recent content from our members.
...rvice Names to refinitiv Exchange Codes Example of one such us NSI -> XNSE? Any links for any xls/csv or anyway to extract this data using Java? Example: NEO Exchange NEO-D for NEO-listed securities -----> ???? exchange code
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…
I am facing an error where I am getting followiong return values from rsslWrite call: -2147483637 or -2147483549. Now the return from rsslWrite in is rtrInt32 (RsslRet), Are the above values returned because of rollover of 32 bits boundaries? Is it safe to assume that a negative value from rsslWrite is because of an error?…
Hello. I am wondering if you could help clarify my understanding of RSSL and UPA, as well as answer a question. Say I am in a 64bit Linux environment, designing a C program with a single RSSL channel and two relevant threads, thread A and thread B. Say I have initialized RSSL on thread A with the rsslLocking parameter…
I am working on TREP FH as provider for Market By order domain. My question is how does the TREP FH notify downstream clients to clear the orderbook before start of new trading day? Now I know we can use status message with Clear Cache flag, but wouldn't that also remove the summary data (reference data) with the…
I am trying to add groupId to the refreshMsg and statusMsg in TREP FH using the following: RsslBuffer group = RSSL_INIT_BUFFER; group = {2, (char*)"2"}; refreshMsg.groupId = {2, (char*)"2"}; statusMsg.groupId = {2, (char*)"2"}; I see difference in testclient groupId in refreshMsg and statusMsg. Below is the data. Shouldn't…
I am getting the following error: Fatal Error: _levelInfo->_encodingState == RSSL_EIS_ENTRIES, Unexpected encoding attempted (file /local/jenkins/workspace/ESDKCore_RCDEV/OS/OL7-64/rcdev/source/rtsdk/Cpp-C/Eta/Impl/Codec/mapEncoder.c, line 425) Here is the line tha fails: if ((ret = rsslEncodeMapEntry(&encodeIter,…
I am using rmds client to query to TREP FH. I have noticed if I keep restarting the rmds client (meaning start/kill/start) once in a while , the ADH does not send close for a stream and then re-request the same stream when rmds is started. Now TREP FH application has no way of knowing active streams. This leads to TREP FH…
We are getting Feed from RDFD (Tokyo Stock Exchange) using UPA C Edition 7.6.1, Using rsslConnect and rsslInitChannel and so on. The provider uses RDFD. But we need very low level connection. I have two questions. 1. What should we do when the provider replaces RDFD to ELKTRON. And Can you indicate any documantation for…
Hi UPA team, We are using UPA library for streaming in our application. We have internal accounts created for connection as for example GE-A-00975453-3-12761, GE-A-00975453-3-12762, etc We need to know if the authentication will change in the future on UPA side with CIAM project . Will you continue to provide AAA…
It looks like you're new here. Sign in or register to get started.