-
Receiving 0 indicative to indicate blank price but isBlank is not set
We have encountered some exchanges which send a zero indicative to indicate a blank price but the isBlank field in the RsslReal struct is not being set true. This makes it difficult to determine whether a zero indicative price is a true 0 or a blank without having a manual hard-coded condition for each market to indicate…
-
Python API for Linux
Hello, my development environment is on a Linux machine and I cannot run the Refinitiv Workspace app on my local machine. I can use the Eikon API on the web portal but not locally. Is there a way to get price timeseries locally on a Linux machine using a Python API? Thank you for your help Davide
-
Eikon Data API Excel Addon for Linux RHEL environment
Hi all. I plan to use Linux RHEL as an operating system for one of my devices. The web version of Eikon works just fine. However, I do not have MS Office Excel. Hence, I can't use the Refinitiv Excel COM API Addon in LibreOffice Calc to retrieve and update data using formulas, as I usually do. It was very convenient to do…
-
RTO C++ SDK Upgrade issue
We were using C++ SDK 2.0.1.L2.Linux(EMA) these years. In order to switch to auth V2, we plan to upgrade to SDK 2.1.2.L1.linux first and then switch to auth V2. Here is what I changed, 1. Replace old Ema source files with new files in Real-Time-SDK-2.1.2.L1.linux/setup/RTSDK-2.1.2.L1.linux.rrg/Cpp-C/Ema/Src/ 2. Replace old…
-
How to build a static exe for EMA API on Linux?
I am trying to build executable of EMA API. I am able to build the executable on Linux. However, now i want to build the executable in my Development environment and just deploy the static executable in my production environment. Can anyone help me if this is possible?
-
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…
-
Is it possible to set up and use refintiv.data in Python on a Linux machine, or am I restricted t...
...o access it using Windows/Mac only? Hi, The restriction of using eikon in Python while running the application, and since it is not available for Linux, has been a cause of consternation. However, refinitiv.dataplatform has provided a workaround. As it is being depreciated, I wonder if it is possible to set up…
-
Is it safe/valid to construct our own RsslBuffers for encoding, decoding, and writing?
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…
-
Getting exception Unknown MsgType: 0 not supported
Hi, We have a rfa publisher application written in Java running on Linux. We are trying to troubleshoot some exceptions that we are seeing in the logs. We are using testclient to try and reproduce the issue. The exception we are seeing is the following - 2023-11-28 08:41:04.416 Caught internal exception…
-
What does status text 'F15: HS Failover.' mean?
Hi, Currently, I am using C++ EMA. After accepting the market for a period of time, I received the following two messages. ``` StatusMsg streamId="3256" domain="MarketPrice Domain" state="Open / Suspect / None / 'F15: HS Failover.'" name="2051.HK" nameType="1" serviceId="27" serviceName="ELEKTRON_DD" StatusMsgEnd ...…
-
Refinitiv Data Library .Net do not work under linux
If I run the following code in Windows Log.Level = NLog.LogLevel.Debug; Log.Output = (loginfo, parms) => Console.WriteLine($"Application: {loginfo.Level} - {loginfo.FormattedMessage}"); var response = await Search.Definition().View(Search.LightView.SearchAllLight).Query("apple").Select("RIC")…
-
How to resolve error: "Error: 1002 Invalid IPC Mount Opcode "
When I tried the Training sample: Cons113, I got the following error: loggerMsg TimeStamp: 20:38:58.209 ClientName: ChannelCallbackClient Severity: Warning Text: Received ChannelDownReconnecting event on channel Channel_4 Instance Name Consumer_4_1 RsslReactor 0x0x274e3b0 RsslChannel 0x0x271a3c0 Error Id -1 Internal…
-
Check if RIC exists (RFA 7.5.1)
Hi, we use RFA 7.5.1 Java API. Is there a way to check if an RIC exists? Example - call a method passing RIC as an argument. The method will return, so and so RIC exists/not exists. If there is not a way to achieve this, can I rely on a 'status message' for this purpose? If so, what will be the status message returned, if…
-
Issue with RFA fileLoggerFilename config option '{a}' and absolute paths
Hi, Using rfa8.2.1.L1.linux.rrg C++ on Linux, I have seen that the AppLogger log file is not generated correctly if the application is executed using the full path to the executable. I have a ValueAdd Consumer application which configures application logging: \Logger\AppLogger\fileLoggerEnabled = true…