Class GeneticSettings.FormulaVarsItemsSource
- Namespace
- StockSharp.Algo.Strategies.Optimization
- Assembly
- StockSharp.Algo.dll
public sealed class GeneticSettings.FormulaVarsItemsSource : ItemsSourceBase<IStatisticParameter>, IItemsSource<IStatisticParameter>, IItemsSource
- Inheritance
-
GeneticSettings.FormulaVarsItemsSource
- Implements
- Inherited Members
- Extension Methods
Constructors
FormulaVarsItemsSource()
public FormulaVarsItemsSource()
Methods
GetDescription(IStatisticParameter)
Retrieves the description for the specified value.
protected override string GetDescription(IStatisticParameter value)
Parameters
value
IStatisticParameterThe value whose description is to be retrieved.
Returns
- string
The description.
GetName(IStatisticParameter)
Retrieves the display name for the specified value.
protected override string GetName(IStatisticParameter value)
Parameters
value
IStatisticParameterThe value whose display name is to be retrieved.
Returns
- string
The display name.
ParamFromVarName(string)
public static IStatisticParameter ParamFromVarName(string varName)
Parameters
varName
string
Returns
VarNameFromParam(IStatisticParameter)
public static string VarNameFromParam(IStatisticParameter p)