I use the SampleMarketDepth.cs template to build and print the OrderBook.
I was wondering differences between this approach vs use the MarketDepthRows collection on MarketDepth member of MarketDepthEventArgs.
I have checked both approaches printing them at the same time, mostly they are similar but there are differences also. What is best method? Has sense use SampleMarketDepth.cs approach if MartketDepth has valid data?
Thank you

Comment