-
Regarding rsslInitChannel
I initially set the blocking option for RsslConnectOptions to true. My program was working fine. I was connecting, was able to login receive updates, all was good. I then decided to move to non blocking style of connection. I set up the connection loop according to the example but after the channel goes into…
-
Requesting specific field from REFRESH/UPDATE message
Hello, In RFA C++ api version 8.2, is it possible to request value of specific field? or only way is to iterate on the container? E.g. auto bidPrice = msg.Get(BID);
-
How to verify If a RIC is Valid FX RIC ?
How to verify If a RIC is Valid FX RIC? I am specifically interested in FX. I am using RFA 8.2.3 C++ API.
-
“#N/A Item request rejected: Item already opened with another stream
Hi team, Client discovered with this sample CHFOIS12Y RIC that gave the following error "“#N/A Item request rejected: Item already opened with another stream (stream id = 10333, item name = CHFOIS12Y, domain = RSSL_DMT_MARKET_PRICE(6))”. Every time it was for their internal source hosted on 2 active ATS server (source name…
-
Can we use RFA library Version RFA 8.2.3 and dacs Version 7.8.0.F1 on RHEL9 ?
Can RFA library Version RFA 8.2.3 and dacs Version dacs7.8.0.F1 be used with RHEL9 (gcc version 13.3.1)?
-
Case-14762914 | WORKSPACE | EMEA| REALTIME API UNDER C++
Hi Team, we have a query from client related to REALTIME API UNDER C++ in workspace. Please do check and provide on the below. query: We need a description of how to use the realtime API under C++ for the new workspace. We already have an interface for the EIKON and set up a watchlist there to receive real-time data on a…
-
Config RTDS to connect to contribution channel and use real time SDK to contribute to private ric
I want to contribute using real time SDK to private ric GBPSW=MBJK. I get the following reply from subject matter expert: To contribute data to this RIC, you need to have Contribution Channel. I am not sure how you will connect to the Contribution Channel. You can connect to it directly and configure RTDS to connect to the…
-
C++ NIProvider publishing to ADH service does not work
I am testing according to lseg C++ NIProvider tutorial.I am testing on internal service “DTS_KL” of internal ric “USDFON=MBBGM”, the codes are like the following.OmmProvider. provider(OmmNiProviderConfig("c:\\temp\\process\\x64\\EMAConfig.xml").username("drdwhw")); UInt64 serviceId = 1000; UInt64 sourceDirectoryHandle = 1;…
-
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…
-
How to deal with closed stream status for a item
I am trying to subscribe to item which is not available at the provider but at later point it is becoming available. How to deal this? Is there some setting or thing is available to know this item became available by provider and now consumer can subscribe to this.
-
lseg C++ NIProvider query
Raisd on behalf of client I am testing according to lseg C++ NIProvider tutorial. I am testing on internal service “DTS_KL” of internal ric “USDFON=MBBGM”, the codes are like the following. OmmProvider provider(OmmNiProviderConfig("c:\\temp\\process\\x64\\EMAConfig.xml").username("drdwhw")); UInt64 serviceId = 1000; UInt64…
-
Failed to convert to UTF8 in RmtesBufferImpl::toString()
Hello, We're receiving the above noted messages via OmmInvalidUsageException thrown when processing rmtes fields on some of the RICs in Market Price domain. The code in question is as follows: … auto [item, _] = m_rmtes_values.try_emplace(field.getFieldId()); // Create new RmtesBuffer or return the existing, for a given…
-
Warm standby
Hi, I am exploring warm standby for my application. There will be two servers active server and standby server for a consumer as per developers guide. But what is for the trep ads server, will a single server can act as standby server for one ommconsumer and act as active server for a different ommconsumer. Basically, do I…
-
RFA c++ item recovery
I have provider and consumer application of RFA rssl C++. Consumer application starts first and provider application starts later. when consumer application request item at that time only few items were ready and for other item I get error status. How should I retrieve the provider items when they get ready at later point…
-
Rfa8 C++ reconnect issue ads
Hi, I am new to rfa rssl library. recently in my company incident happen in test environment that ads server down and rfa consumer got error that upstream service is dead. Rfa consumer is configured with multiple server list why it did not bounce back to healthy ads. Can someone please explain the possible scenarios.