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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
13 1 1 1

Eikon Desktop SDK C# real-time data path

For Eikon Desktop C# SDK, if client Eikon is of Customer Managed with deployed TREP, where does realtime request retrieve the streaming data? Is it via local TREP or Eikon services on Refinitiv Data Center?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
icon clock
10 |1500

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

Upvotes
Accepted
18k 21 12 20

Hi @tony.zhu

You can add WithFeed("Q") to your API call. (You can change from Q to any other feed)

Please see this answer for sample code.

icon clock
10 |1500

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

Upvotes
13 1 1 1

Thanks @chavalit.jintamalit. So, Eikon Desktop SDK only retrieves streaming data from local TREP other than Eikon Data Center services, e.g. HMDS, am I right?

Does Eikon Desktop SDK inherits the Eikon Quotes behavior which retries delay RIC when client's initial request hits 'no permission' status?

icon clock
10 |1500

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

It depends on the feed name that you configured.


I believe that you have to handle the logic to subscribe to delayed RIC on your application.

Click below to post an Idea Post Idea