What I'd like to do is be able to get the entire order book, all 20 levels, even when none of those operations take place. Something like
if (marketDepthUpdate.Operation == Operation.GetCurrentVolume) ...
There's no such operation, of course, but is anything like that possible?

Comment