The issue: Increase in memory usage over time, signifying a possible memory leak. Platform and software: Refinitiv Real-Time-SDK 2.2.1, EMA C++ on Linux The EMA usage profile: * ~3 million RICs subscribed for MMT_MARKET_PRICE, spread over 10 Edge host, with two connections to each, i.e. 20 client channels * Subset of that…
...t-by-order for India equities and futures? Can I use the mechanisms and the APIs that you describe in your responses below, to access market-by-order for India equities and futures? Information Provided below: The RTSDK(ETA and EMA) supports market by order data consume. You must ensure that they request the RIC from…
...age issue. In one of the forum I see RTSDK 2.2.0.G1 has fixed the issue, but looks like it still persists. I am using EMA Core Real-Time-SDK-2.2.0.L1.csharp version, intermittently i am facing memory leakage issue. In one of the forum I see RTSDK 2.2.0.G1 has fixed the issue, but looks like it still persists.
Hi, I'm having issues installing RTSDK2.2.1.L1 for Visual Studio 2022. Having rebuilt my PC recently, I had the following installed before attempting to install this devkit: * Windows 11 Pro x64 (All the latest updates applied) * Python 3.12.5 * Github desktop 3.4.3 * Cmake 3.30.3 * Visual Studio Enterprise 2019…
we are having a provider(RFA), and a Consumer(Ema). When subscribing to the MarketDataService from the Consumer, the ServiceName appears on the Provider side through Trep. However, during application shutdown on the Consumer side, automatic unsubscription calls are made, which we observe at the Provider end. Unfortunately,…
Hi Team, Can you please provide any insight into what might have caused the following? 2024-08-29 04:47:43,307+0000 ERROR [com.refinitiv.ema.access.OmmConsumerImpl] (main) [-] [] loggerMsg ClientName: Consumer_RTO_1 Severity: Error Text: login failed (timed out after waiting 45000 milliseconds) for :) loggerMsgEnd…
I am implementing my own IProvider following the sample [here](https://github.com/Refinitiv/Real-Time-SDK/blob/master/CSharp/Ema/Examples/Training/IProvider/100_Series/100_MP_Streaming/IProvider.cs) In the RDMFieldDictionary file, I am aware that fields can at least be two types of strings, ASCII_STRING or RMTES_STRING.…
I am implementing my own NIProvider which is essentially something like [this example](https://github.com/Refinitiv/Real-Time-SDK/blob/master/CSharp/Ema/Examples/Training/IProvider/100_Series/100_MP_Streaming/IProvider.cs) but I added a string array `Rics`: string[] Rics = {"NVDA", "MSFT", "AAPL"}; to simulate updates for…
I am using the `OmmProvider` Class to implement a custom data provider. Essentially I am doing this as demonstrated by [this sample](https://github.com/Refinitiv/Real-Time-SDK/blob/master/CSharp/Ema/Examples/Training/IProvider/100_Series/100_MP_Streaming/IProvider.cs): public static void Main(string[] args) { OmmProvider?…
We are using EMA NIP to publish on to ADS POP. WE noticed that when there is a network issue or if the ADS POP server is rebooted for OS patching purpose. The EMA NIP is not initiating the connection when the ADS POP server is up. Only after restart of EMA NIP its initiates the connection. Below is the error we see in EMA…
It looks like you're new here. Sign in or register to get started.