question

Upvotes
Accepted
97 8 11 12

.net realtime example

What is the best way to bulk subscribe (rics and fields)?

Rather than making call for each rics each data fields

realtime.Subscribe("MSFT.O", "BID", DataReceived);

eikonrefinitiv-realtimeapieikon-com-api.netsubscription
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.

1 Answer

· Write an Answer
Upvotes
Accepted
4.6k 26 7 22

@39783854-26aa-4fea-bc93-00b2ec21f8bb have a look at this tutorial, you need to use multiple value subscriptions:


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.

just figured out. Thank you for your help

@39783854-26aa-4fea-bc93-00b2ec21f8bb i strongly suggest taking a look at the full tutorial, as it will help you get started in the environment quicker.

I am not sure how to get fields out of this?

DataReceivedCallback(IRealtimeUpdateDictionary obj)

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.