-
Using streaming service IDN_RDFNTS_CF with platform session throws error
Hello, I'm currently using the .Net Library and having been using the IDN_RDFNTS_CF streaming service with a desktop session connection. I've been trying to use implement a platform session connection but the streaming service IDN_RDFNTS_CF returns this error in the stream responses: Why am I getting this error? From my…
-
When LSEG Data Library for .Net is released.
Please let us know when LDL for .Net will be officially released for external users even if it is not specific date? The client needs to test with the LDL for .Net until WS upgrade completion.
-
RFA8_NET120_x64 which VC++ redistributable it uses. VC++ 2013 is deprecated by our organization a...
...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…
-
Subscription Liveness - RDP .NET
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…
-
RDP- Event after removal of a RIC from a stream
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…
-
Failed to open OMM stream - streaming services are unavailable
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() *…
-
Random erroneous updates for GOOG.O and others
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: //…
-
How to check the remaining buffer of a channel
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?…
-
Is RFA 8.0 supported on Windows Server 2022?
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 (…
-
Best DACS library for dotnet core
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…
-
.NET Refinitiv Data - AWS queue configurability
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…
-
How to determine Fields for Instruments .Net Refinitiv Data API
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 =…
-
How to match Workspace TRDPRC_1 on charts with Refinitv .Net API HistoricalPricing Summaries
Hi, I am looking to match up API data to Workspace chart data. Using the .Net sample for historical pricing summaries, I'm finding that TRDPRC_1 sometimes doesn't match that shown in Workspace, wondering if I need to use a different field etc.. This is the sample code: // Retrieve Interday Summaries with P1D (1-day…
-
Refinitiv .Net API Intraday Summaries Request TimeZone
Hi, I am requesting 1 minute candles for EUR= with the following: var DataResponse = Summaries.Definition().Universe("EUR=") .Interval(Summaries.Interval.PT1M) .Count(1440) .GetData(); I see that the timestamps for the returned records are in local time. How would I request them to be returned in UTC? thanks
-
Troubleshooting Integration with the Resolution API: Resolving 'NOT FOUND' (404) and 'Bad Request...
...' (400) Errors Hi Team, I'm facing an issue when consuming the resolution API. Despite providing all the inputs according to the API documentation, I'm consistently receiving a "NOT FOUND" (404) error at the code level. Interestingly, when I attempt the same API call in POSTMAN, it throws a 400 error. I've attached a…