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?
Hi @tonyzhuTR
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.
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?
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.