-
TREP interface
Hi, our team has the task to write a C++ application that streams FX market data to a TREP system. We have downloaded all EMA guides and installed RTSDK, but there seems to be no reference to TREP. Are there any interface specifications or guides that could help us with our development? Is there a test system (UAT) we…
-
When does RsslPing fail?
I was just curious about this. I wanted to know what are the possible reasons why rsslPing can fail. Also what should we do regarding this. Like is it good to disconnect and reconnect?
-
Timestamps in Bpipe
Hi I am using Bpipe service from ETA. can you please tell which time zones are used for fid: 880, 17, 5, 1067, 875. Also I wanted to know what is the rollover time. So as per what I understand there is not one field that has dateTime together.(Correct me if I am wrong please!) for exchange time stamp (xts). So I am using…
-
Invalid subscriptions on BPIPE.
I am using ETA, service BPIPE. I wanted to clear out some things @Jirapongse : When we try to subscribe to a security with an invalid name, do we directly get a RSSL_MC_STATUS messae (rsslStatus Message) with message.statusMsg.state.dataState as maybe RSSL_DATA_SUSPECT and streamState as RSSL_STREAM_CLOSED or do we first…
-
SDK Compatibility with CMake Version > 4.0
Hello, I'm facing some issues compiling the SDK with cmake version > 4.0. I’ve observed that CMake 4.0 drops support for CMakeLists.txt file with version older than 3.5, which appears to be required by the l8w8jwt library (a dependency of the SDK). Could you please confirm which SDK version supports CMake version > 4.0?…
-
Timeout wait in dispatch()
Hi team, We are using the RFA 8.2 C++ API along with Dacs 7.8. When dispatching events from the EventQueue, we use the following method: eventQueue->dispatch(16); If we modify the timeout from 16 milliseconds to 1 millisecond, will this impact the latency of event processing? Additionally, what is the recommended standard…
-
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…