Table of Contents

Class FormulaEditorAttribute

Namespace
StockSharp.Algo
Assembly
StockSharp.Algo.dll

Formula editor attribute.

public class FormulaEditorAttribute : Attribute
Inheritance
FormulaEditorAttribute
Inherited Members
Extension Methods

Constructors

FormulaEditorAttribute(Type)

Initializes a new instance of the FormulaEditorAttribute.

public FormulaEditorAttribute(Type type)

Parameters

type Type

Variables source.

Properties

VariablesSource

Type to get variables from.

public Type VariablesSource { get; }

Property Value

Type