MarketDepth
<< Click to Display Table of Contents >> MarketDepth |
Note: In order to ensure you are using the same exact MarketDepth subscription that the SuperDOM's main price ladder is using, it is required that you create your own MarketDepth handler. The NinjaScript Code Wizard was designed to automatically complete this process for you, and an example is outlined at the bottom of this page |
SuperDom.MarketDepth |
A collection of MarketDepthRows |
SuperDom.MarketDepth.Asks |
A collection of orders on the ask side of the market |
SuperDom.MarketDepth.Bids |
A collection of orders on the bid side of the market |
SuperDom.MarketDepth.Instrument |
The instrument which is being updated |
SuperDom.MarketDepth
SuperDom.MarketDepth.Asks[int idx];
SuperDom.MarketDepth.Bids[int idx];
SuperDom.MarketDepth.Instrument
protected override void OnStateChange() |