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
13 3 2 7

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-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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 @tony.zhu

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

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

@tony.zhu

Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply that best answers your question. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your 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

Upvotes
Accepted
18.2k 21 13 21

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 512.0 KiB each and 1.0 MiB total.

Upvotes
13 3 2 7

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 512.0 KiB each and 1.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.

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.