MarketDepthIndicatorValue

StockSharp.Algo.Indicators

The indicator value, operating with data type IOrderBookMessage.

Inherits: SingleIndicatorValue<IOrderBookMessage>

Constructors

MarketDepthIndicatorValue(IIndicator, DateTime)

Initializes a new instance of the MarketDepthIndicatorValue.

indicator
Indicator.
time
Time
MarketDepthIndicatorValue(IIndicator, IOrderBookMessage)

Initializes a new instance of the MarketDepthIndicatorValue.

indicator
Indicator.
depth
Market depth.

Methods

GetValue``1(Level1Fields?)

To get the value by the data type.

field
Field specified value source.

Returns: Value.