Any asynchronous live tick listener other than IStrategy?
Isak
Post subject: Any asynchronous live tick listener other than IStrategy?
Post rating: 0
Posted: Mon 09 Feb, 2015, 11:20
User rating: 6
Joined: Thu 19 May, 2011, 11:14 Posts: 235 Location: South Africa,
Suppose I just want to make a program that displays the last quote of a given instrument, like in the top left corner of the JForex client. Every time a new tick arrives, I just want to display it immediately. I do not want to sit in a loop and call getLastTick(). I want to listen to the live ticks asynchronously.
But my program is not a strategy, so I feel uncomfortable using IStrategy to listen to the ticks. Is there another way to listen to the live ticks asynchronously?
API Support
Post subject: Re: Any asynchronous live tick listener other than IStrategy?