question

Upvotes
Accepted
3 0 0 2

Is there a way to have IRealtimeDataSubscription.SetupDataSubscription return fields that have not changed along with those that have?

We need the PROV_SYMB field in order to match up the data from Eikon with the data from our system, but the subscription only returns the latest price when it updates, not the other fields we have requested.

eikoneikon-com-apifieldsrequest
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.

Hi @jsauer. 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

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

After you create a subscription or add a RIC to a subscription, the first update you receive for added RIC is the record image, which contains all fields you requested. This update can be identified by IsImage property of IRealtimeUpdateDictionary interface. Subsequent updates for the same RIC will only contain updated fields.

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.