How can i get the depth of the market when backtesting?

Author: zhouxx2550, Created: 2018-12-15 21:32:25, Updated:


More

Zero ``` var depth = exchange.GetDepth(); ``` or ensure depth obtain success, use ``` var depth = _C(exchange.GetDepth); ```