Show / Hide Table of Contents

Class IndicatorValueAttribute

Атрибут, применяемый к индикатору для предоставления типа данных IIndicatorValue.

Inheritance
Object
IndicatorValueAttribute
IndicatorInAttribute
IndicatorOutAttribute
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

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾