The most recent content from our members.
Getting an error while opening real time sdk page.
...eason State: Closed/Suspect/None - text: "Login stream was closed." Hi , I am running EMA java application for streaming real time prices using a batch request. Service discovery is working and it choses below location to connect. ap-southeast-1-aws-3-sm.optimized-pricing-api.refinitiv.net 14002 But I get error later…
Hi, I am using RTSDK for streaming real time prices but I get below error when I run my consumer. I am using Authentication version v2. I am able to successfully login using the curl command. I have required licenses also in place under my service account. Can you help why the failure. Is it something related to license…
Hello LSEG, we're working to setup an application based on the EMA C++ library for connections towards RTO. Context: * the execution environment is currently under investigations (with some of you guys from LSEG) for some network issues preventing a complete communication with RTO * recently, some issues have been resolved…
...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…
...owing C++ build/link errors I’ve successfully downloaded the SDK. However, when I tried to build my existing application with the new SDK provided libraries, I get the following C++ build/link errors: /usr/lib64/gcc/x86_64-suse-linux/8/../../../../x86_64-suse-linux/bin/ld:…
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?…
It looks like you're new here. Sign in or register to get started.