In NT7 I built strategies relying on the MarketDepth and MarketData collections that appear in OnMarketData or OnMarketDepth. Each time I got disconnected I updated my values from there.
Now, in NT8 I see these collections are no longer present.
1. How do I access them? Are they the same as Instrument.MarketDepth and Instrument.MarketData?
2. Do they update in realtime like in NT7 (asynchronously) or lagging by the events process time?
3. In OnMarketData the "bid" and "ask" properties are updating only when "Ask" or "Bid" events occur or are they updating in real time asynchronously?

Comment