IndicatorValueAttribute

StockSharp.Algo.Indicators

Attribute, applied to indicator, to provide information about type of values IIndicatorValue.

Inherits: Attribute

Constructors

IndicatorValueAttribute
protected IndicatorValueAttribute(Type type)
indicatorValueAttribute = IndicatorValueAttribute(type)

Initializes a new instance of the IndicatorValueAttribute.

type
Value type.

Properties

Type
public Type Type { get; }
value = indicatorValueAttribute.Type

Value type.