websocket does not invoke on_ticks method

d3vsci
I started my program around 9:14 am to wait till market opening and receive ticks from 9:15 onwards. But the on_ticks method does not get called after market opened also, what could be the reason? in my program i just initiated websocket with connect() method before 9:15. Or is there any other way to achieve similar effect.
Sign In or Register to comment.