The most recent content from our members.
...s its no longer supported by Microsoft. Our org has started removing VC++ 2013 redstributables. and we have started getting errors. RFA8_NET120_x64 which VC++ redistributable it uses ?. VC++ 2013 is deprecated by our organization as its no longer supported by Microsoft. Can we use VC++ 2015 ?. if yes which package link…
Hi, We're using the Refinitiv Data library in a way similar to this example to create a subscription to SQS. Could you please share the recommended approach to monitor the following aspects: * Verifying an active subscription to ensure we continue receiving news. * Confirming that the queue is operational and live. In…
With Data Library for .NET (aka RD Library for .NET), while using With RDP streaming, is there an event following the removal of a RIC from a stream with IPricingStream.RemoveItems()? In principle, there is a "completion" callback to be defined on the stream (OnComplete), in the same way the OnRefresh or OnUpdate is…
this is on behalf of a client, Powerseller: Our existing side-by-side interface with Eikon allow us to start the Eikon environment, when it is not already open, with Eikon API .Net calls like these: * EikonDesktopDataAPI.EikonDesktopDataAPI.IEikonDesktopDataAPIEvents_OnStatusChangedEventHandler() *…
We have noticed that we receive erroneous updates randomly during the course of a trading day. For example, with 5-minute GOOG.O we received the following update: It's almost 4 points below the previous trade. Here's what it looks like in our chart: Here's the relevant code to create the log file I referenced above: //…
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?…
Hi, My client is using RFA 8.0 ( :NET) and planning the O/S upgrade to Windows Server 2022. As per the api support matrix it is unclear whether RFA 8.0 is supported on Wİndows Server 2022. Do they need to upgrade to RFA 8.2.X or can continue to use RFA 8.0 on Windows Server 2022? Thanks to clarify. Bests, Serhat Gulsen (…
Hi, I am currently using RTDS (LSEG.Ema.Core 3.2.0.1) in a C# project (targeting framework net6.0) to subscribe to a stream of quotes. I would now like to incorporate DACS to the above project to control permissions. The documentation seems to suggest there is a .NET DACS library which I haven't been able to find. I did…
Hi, we are using this example https://github.com/LSEG-API-Samples/Example.DataLibrary.DotNet/blob/main/src/3.%20Delivery/3.3-Queue/3.3.02-Queue-NewsStories/3.3.02-Queue-NewsStories.cs to create queues for messages. I was wondering how much control we have over the queue and its behavior, e.g. is there a way of…
Hello, I am trying to find a generic way to determine which fields to use for different instruments so that the data processed is consistent with that displayed in Workspace. Looking at Daily Charts: For example if I query some daily history for MSFT.O and VOD.L with the following: var response =…
It looks like you're new here. Sign in or register to get started.