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
typeTypeVariables source.
Properties
VariablesSource
Type to get variables from.
public Type VariablesSource { get; }