Class StrategyParamHelper
- Namespace
- StockSharp.Algo.Strategies
- Assembly
- StockSharp.Algo.dll
The auxiliary class for StrategyParam<T>.
public static class StrategyParamHelper
- Inheritance
-
StrategyParamHelper
- Inherited Members
Methods
CanOptimize(Type)
Check can optimize parameter.
public static bool CanOptimize(this Type type)
Parameters
type
TypeThe type of the parameter value.
Returns
CreateParam(Type, string)
Create parameter.
public static IStrategyParam CreateParam(Type type, string id)
Parameters
Returns
GetName(IStrategyParam)
Get the parameter name.
public static string GetName(this IStrategyParam param)
Parameters
param
IStrategyParam
Returns
- string
Display name.