? ? self.reqCurrentTime() # triggers callback currentTime() ? ? self.build_portfolio() # i have a dict of symbols I'm building?market data for ? ? self.get_snapshots() # iterate over symbols calling self.reqMktData(sym, c, "", True, False, [])
I if i place another method call here after get_snapshots (effectively reqMktData), it never
fires.? Is reqMktData blocking even if you only request snapshots?? I'm planning to keep
it open and continue handling tickPrice and tickSize callbacks indefinitely, but I'd like to