Eikon API Chain subscription - RIC Position Changed Query

Hi,

I am using the Eikon API .NET version to subscribe to a chain RIC.

I had a query relating to the UpdateType.Changed update type.

1. Under what conditions does the callback OnDataUpdated fire for this case?

2. What does it mean when a subscribed RICs position has changed? Is that just to indicate where on the code page it will appear?

Thanks

Best Answer

  • @emir.subasic

    1. It is going to be fired if the position on the ric has changed, example of that is EURBEST= that is dynamically sorted;

    2. If you are only tracking the actual fields on the RIC, tracking the changed event does not bring any added value

Answers