I am trying to follow the tutorial for real time streams using Eikon .NET with C#. It shows an example for getting the bid or ask for a currency but I am not sure how to get updates from the economic monitor.
I have tried the following:
singleSubscription = realtime.Subscribe("JPPMIS=ECI", "Actual", DataReceived);
and
singleSubscription = realtime.Subscribe("JPPMIS=", "ECI", DataReceived);
but neither worked.
Any ideas?
Thanks.