-
Customer application requests vendor delayed data from delayed service
The RFA 7.2 application requests vendor-delayed data from the delayed service. It appears that under certain conditions the application prepends "/" to the RICs requested. Any way to control it?
-
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…
-
What are the different values ORDER_TONE can publish and what they mean?
Hello, we use RFA 8.2 C++ api to consume market data. We want to understand What are the different values ORDER_TONE can publish and what each one of them mean?
-
RHEL8 compatible RFA and Open-DACS libraries
Hi team, we are using RFA 8.2 api's. Do you know if there are RHEL 8 compatible RFA and Open-DACS libraries? Where to get them from?
-
RFA 8.2.1 issues recovering after RTC disconnect (due to container recycle)
We are having issues with an internal built applications requesting market data. The threads are getting snarled up when using RFA Jave 8.2.1 after RTC has a sudden disconnect or the rtc cloud container gets recycled. What it appears to be doing is that the threads are hanging onto the old connection so at this point…
-
Does RFA support RTO (using v1 machine id or v2 client id) like EMA?
Does RFA support RTO (using v1 machine id or v2 client id) like EMA?
-
RFA C++ 8.2.2 Win: Session request through Excel COM Add-in failing
I am trying to migrate our Excel COM add-in x86 build using RFA 7 to x64 using RFA 8.2.2. New COM component works during Unit Test (while making call directly), but when we run via Excel, it fails to send out connection request. No request going out on the wire either. All I see in the log is: [Tue Oct 8 11:43:30 2024]:…
-
RSSLNamespace::rsslConnection, status = { state: DOWN, code: NONE, text: "NONE"}
I downloaded the SDK today and have tried to run the tutorial 8 (https://developers.lseg.com/en/api-catalog/refinitiv-real-time/robust-foundation-api-rfa-java/tutorials#tutorial-8-retrieving-level-1-market-price-data) for getting MarketPrice. However, the login is not succeeding. I get following log:…
-
Exception thrown by RFA API while decoding the Response Messages
Hi Team, We are using the RFA 8.2 C++ API to consume market data. Where can I find detailed information about all the exceptions thrown by the RFA API when decoding response messages such as refresh, status, and update?
-
Use cases then Refresh Message will carry status that tells even stream is closed
Hello, we use RFA 8.2 C++ api to consume market data. We have a application that registers for event completion. We want to understand the use cases when consumer application will receive Refresh Message which carries status that tells even stream is closed?
-
Response to registerClient request
Hello, we are using RFA 8.2 C++api. We have a consumer application that registers for completion event. When application subscribes to a symbol, does RFA api guarantees that it will either give market data [Refresh Message] or Status Message indicating stream state is closed?
-
Access Denied: already using position - Unable to Re-login with Dacs User from Different IP (No s...
...imultaneous logins) Hello, We are using the RFA 8.2 C++ API to consume market data and open dacs version dacs7.8.0.F1. I have a DACS user, "DacsUser1." I successfully logged in with this user from the IP address 10.27.5.186, then logged out. However, when I try to log in again with "DacsUser1" from a different IP…
-
Differentiate between unsolicited even stream close by api and user requsted
Hello, we use RFA 8.2 C++ api to consumer market data. After interest is being registered by a consumer application which registered for `completion event` for particular symbol by calling `registerClient()`, how it can differentiate between unsolicited close by api and user requested [by calling `unregisterClient()` close…
-
How to check if event stream is closed in Refresh Message with status
We are using RFA 8.2 C++ api. As shown below from dev guide, it is suggesting us to check for event stream closed in Refresh message with status. Can you tell us how isEvenStreamClosed() can be invoked on "RespMsg" or "respStatus"? I don't see any api to do so.
-
TWAP (Time Weighted Average Price)
Hi Team, This is on behalf of a customer, please see below: "Our business is looking for a solution to get TWAP data from the RIC ESZ24. (detailed requirements below) Do you know if there is a feature in existing APIs that we can retrieve TWAP data from TREP ? Or if this is not retrievable via API/TREP, then do you know…