Class IndicatorValueAttribute
Атрибут, применяемый к индикатору для предоставления типа данных IIndicatorValue.
Namespace: StockSharp.Algo.Indicators
Assembly: StockSharp.Algo.dll
Syntax
public abstract class IndicatorValueAttribute : Attribute
Constructors
IndicatorValueAttribute(Type, Boolean)
Создать IndicatorValueAttribute.
Declaration
protected IndicatorValueAttribute(Type type, bool isInput)
Parameters
Type | Name | Description |
---|---|---|
Type | type | Тип значения. |
Boolean | isInput | Входящее. |
Properties
IsInput
Входящее.
Declaration
public bool IsInput { get; }
Property Value
Type | Description |
---|---|
Boolean |
Type
Тип значения.
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
Type |