TickIndicatorValue
StockSharp.Algo.Indicators
The indicator value, operating with data type ITickTradeMessage.
继承自: SingleIndicatorValue<ITickTradeMessage>
构造函数
TickIndicatorValue(IIndicator, DateTime)
Initializes a new instance of the TickIndicatorValue.
- indicator
- Indicator.
- time
- Time
TickIndicatorValue(IIndicator, ITickTradeMessage)
Initializes a new instance of the TickIndicatorValue.
- indicator
- Indicator.
- tick
- ITickTradeMessage
方法
GetValue``1(Level1Fields?)
To get the value by the data type.
- field
- Field specified value source.
返回值: Value.