Table of Contents

Class FormulaEditorAttribute

Namespace
StockSharp.Algo
Assembly
StockSharp.Algo.dll
public class FormulaEditorAttribute : Attribute
Inheritance
FormulaEditorAttribute
Inherited Members
Extension Methods

Constructors

FormulaEditorAttribute(Type)

public FormulaEditorAttribute(Type type)

Parameters

type Type

Properties

VariablesSource

Type to get variables from.

public Type VariablesSource { get; }

Property Value

Type