StrategyParameter

Strategy custom parameter object

  • Name Type Description
    DataType StrategyParameterDataType Parameter's type
    Description String Parameter's description
    DisplayName String Name to be displayed on the UI
    IsEditable Bool Indicates whether parameter value is editable
    IsMandatory Bool Indicates whether parameter is mandatory
    MaxDayTimeValue TimeSpan Max day time value
    MaxFloatValue Float Max float value
    MinDayTimeValue TimeSpan Min day time value
    MinFloatValue Float Min float value
    Name String Name
    ParameterValues StrategyParameterAllowedValue [] Allowed parameter values
    UiDefaultValue String UI default value
    UiOrderingIndex Int Suggested ordering column
    UiStepSize Float UI step size