Table of Contents

Class IndicatorValueAttribute

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.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 Type

Value type.

Properties

Type

Value type.

public Type Type { get; }

Property Value

Type