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);
@39783854-26aa-4fea-bc93-00b2ec21f8bb_deprecated_3a75f99c-5134-4b2b-ba84-37662f80bc56 have a look at this tutorial, you need to use multiple value subscriptions:
I am not sure how to get fields out of this?
DataReceivedCallback(IRealtimeUpdateDictionary obj)
just figured out. Thank you for your help