-
Bug/Incorrect documentation in C# LSEG.Data.Content PricingStream OpenState
Hi, It appears that since the version 2.0.0 C# LSEG.Data.Content library, the IPricingStream.OpenState behaviour changed from the previous 1.0.0-beta5 and the behaviour is also inconsistent after AddItems and RemoveItems actions are taken. The documentation for this states "Indicates if the stream is open with active…
-
C# LSEG.Data.Content sudden price drop in events with no recovery
Hi, We recently upgraded to using LSEG.Data.Content 2.2.2 and had one occasion where we suddenly stopped receiving basically all streamed prices. We did occasionally get 1 or 2 events, but nothing compared to the 1000's we'd normally get in a minute. There were no errors returned by the library and it didn't self-recover.…
-
Looks like a memory leak in C#/.NET Real-Time-SDK
We are using Refinitiv .Net SDK in a service built on ASP.NET Core. Following the examples provided, we create an `OmmConsumer`, subscribe to approximately 30,000 snapshot datapoints, and register a client to process incoming messages. After all datapoints are received and processed, we uninitialize the consumer object.…
-
Link to API, DLL and sample codes
Hi team, We are looking for an API solution that is best suited for our environment and requirements. -Windows, C#, .NET Framework 4.8 -Seeking real time data feed Can someone direct me to the link where API DLL, samples codes are available? Thank you, Hiro
-
Conflate data
Hello, I am currently using C# to get market data and wondering whether the data is being conflated from the server (3 update per second?) Below is snippet of my LSEG.Ema.Access.RequestMsg private static RequestMsg CreateEquityRequestMsg(InstrumentSymbol instrumentSymbol) { var fieldArray = new OmmArray();…
-
JSON RSSL Conversion Error. RSSL error code : -21 error
Hello, I would like to ask you for advice on error message that my client received: “JSON RSSL Conversion Error. RSSL error code : -21”. Client is using below example: https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/CSharp/MarketPriceExample/MarketPriceExample.cs Basically he is making batch…
-
RDP, An existing connection was forcibly closed by the remote host
Hello, I have an RDP (RDPv1) based C# (LSEG.Data v. 2.1.0) application that randomly gets "existing connection was forcibly closed by the remote host" on endpoint requests (like Fundamentals, but not exclusively). See the attached trace in the 2 small extraction files. 1. What is a possible cause of this? 2. Why the…
-
Invalid attempt to call Name()
msg.Name() dolu olduğu halde "Invalid attempt to call Name() while it is not set." hatası alıyorum neden olabilir?
-
API to get RICs for a given ISIN (Euro/UK Fixed Income Bonds)
Hi, Im looking for an API that will return me RICs for given ISIN. ISIN's will be for Euro/UK FI Bonds. I reached out to LSEG helpdesk via email, and they provided me with the following sample python code. I am interested in Dotnet version of the below python API. And looking at the site, looks like there is "LSEG Data…
-
Could you please provide us with Some docs for below API Dotnet sample of the API , if available Co
Could you please provide us with Some docs for below API Dotnet sample of the API, if available Connection/session details to start testing out this API
-
What has changed in LSEG.Data 2.1.0?
There is a new version 2.1.0 but the release notes have not been updated. Any bug fixes or changes we should be aware of? https://www.nuget.org/packages/LSEG.Data/2.1.0
-
Migration from RFA 7.x to RFA 8.x .NET
What are the requirements to migrate from RFA 7.x to RFA 8.x? just new DLLs' or there are other implications as well? Regards,
-
When should I expect Shares Outstanding to be populating on a new IPO
Hello, I'm in the support organization with AlphaDesk — we use the C# libraries for RDP to retrieve pricing and other fields for securities. Recently we saw that for RIC GOu.TO, which IPO'd on July 24th, calls to TR.CompanySharesOutstanding would not return a value. Shares Outstanding began being populated on Aug 5th —…
-
Trouble connecting using Real-Time SDK and C#
I am unable to connect using RTSDK examples (Cons113 and Cons450). I tried running examples with -clientId and -clientSecret arguments. Copied over EmaConfig.xml and changed DefaultConsumer to Consumer_4. Also updated code to use "Consumer_4" public static void Main(string[] args) { OmmConsumer? consumer = null; try {…
-
How to connect using Real-Time SDK EMA C# and RIC for FX
Hello, This actually a two questions post. I am trying to connect to RTO using EMA (LSEG.Ema.Core 3.4.0), however, I am struggling to do so (more on this later.) First, I am able to login and connect with websocket using example from MarketPriceRTOClientCredAuthExample project (I was given <client_id> and <client_secret>.)…