Class SettingItemDoubleRange

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class SettingItemDoubleRange : SettingItemNumberRange<double>

    Constructors

    SettingItemDoubleRange()

    Declaration
    public SettingItemDoubleRange()

    SettingItemDoubleRange(string, NumberRange<double>, int)

    Declaration
    public SettingItemDoubleRange(string name, NumberRange<double> value, int sortIndex = 0)
    Parameters
    Type Name Description
    string name
    NumberRange<double> value
    int sortIndex

    Properties

    DecimalPlaces

    Declaration
    [Bindable("decimalPlaces")]
    public int DecimalPlaces { get; set; }
    Property Value
    Type Description
    int

    Type

    Declaration
    public override SettingItemType Type { get; }
    Property Value
    Type Description
    SettingItemType
    Overrides
    SettingItem.Type
    Back to top Copyright QUANTOWER LLC. © 2017-2024. All rights reserved.