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);
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 have a look at this tutorial, you need to use multiple value subscriptions:
@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)