Class Level1IndicatorValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.BusinessEntities.dll
The indicator value, operating with data type Level1ChangeMessage.
public class Level1IndicatorValue : SingleIndicatorValue<Level1ChangeMessage>, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
Level1IndicatorValue
- Implements
- Inherited Members
- Extension Methods
Constructors
Level1IndicatorValue(IIndicator, Level1ChangeMessage)
Initializes a new instance of the Level1IndicatorValue.
public Level1IndicatorValue(IIndicator indicator, Level1ChangeMessage l1Msg)
Parameters
indicatorIIndicatorIndicator.
l1MsgLevel1ChangeMessage
Level1IndicatorValue(IIndicator, DateTimeOffset)
Initializes a new instance of the Level1IndicatorValue.
public Level1IndicatorValue(IIndicator indicator, DateTimeOffset time)
Parameters
indicatorIIndicatorIndicator.
timeDateTimeOffset
Methods
GetValue<T>(Level1Fields?)
To get the value by the data type.
public override T GetValue<T>(Level1Fields? field)
Parameters
fieldLevel1Fields?Field specified value source.
Returns
- T
Value.
Type Parameters
TThe data type, operated by indicator.