question

Upvotes
Accepted
97 2 3 10

.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-realtimeeikon-com-apiapi.netsubscription
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 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 5.0 MiB each and 10.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)

Click below to post an Idea Post Idea