Class IndicatorValueAttribute
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.BusinessEntities.dll
Attribute, applied to indicator, to provide information about type of values IIndicatorValue.
public abstract class IndicatorValueAttribute : Attribute
- Inheritance
-
IndicatorValueAttribute
- Derived
- Inherited Members
- Extension Methods
Constructors
IndicatorValueAttribute(Type)
Initializes a new instance of the IndicatorValueAttribute.
protected IndicatorValueAttribute(Type type)
Parameters
type
TypeValue type.
Properties
Type
Value type.
public Type Type { get; }