.net realtime example

Options
newuser
newuser Contributor

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);

Best Answer

Answers