How to subscribe to OnTick Event?
Created at 02 Apr 2017, 21:37
How to subscribe to OnTick Event?
02 Apr 2017, 21:37
Hi all,
in my current Project multiple Objects need to perform Tasks on an incomming new Market Tick.
Rather than creating an own Event in the robot class and using that,
is it possible to subscribe to the OnTick Event like subscribing to the OnPositionsClosed Event?
If so in which Namespace can I find the Event?
Cheers
Mikro
brunoamancio.ti
26 Apr 2017, 18:46
That sounds like observable pattern to me.
@brunoamancio.ti