Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
37 3 2 3

In C# Time Series API, how many RICs one can use in Time Series Subscription to fetch data on single subscription?

 subscription = timeSeries.SetupDataSubscription("CLH3")
                //.WithView("BID")
                .WithAllFields()
                .WithInterval(CommonInterval.Intraday60Minutes)
                //.From(DateTime.Now.AddHours(-3))
                .OnDataReceived(DataReceivedCallback)
                .OnDataUpdated(DataUpdatedCallback)
                .CreateAndStart();

Code for the reference. I want to the fetch multiple rics with single subscription. Is it feasible or not? If yes, kindly tell the way.

Also, please provide me the detailed documentation of the API which tell the limitations of the API.

eikon#technology#productc#eikon-app-studio
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @niket.chauhan

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@niket.chauhan

Thanks for reaching out to us.

I checked and found that the SetupDataSubscription interface supports one RIC at a time.

According to this page, this API is a legacy API. If you would like to develop a new application, please consider using different APIs instead, such as Refinitiv Data Library for .NET.


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.