Show / Hide Table of Contents

    Class SettingItemDouble

    Typecasts setting as NumericUpDown item

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public sealed class SettingItemDouble : SettingItemNumber<double>, IComparable<SettingItem>, IXElementSerialization

    Constructors

    SettingItemDouble()

    Declaration
    public SettingItemDouble()

    SettingItemDouble(String, Double, Int32)

    Declaration
    public SettingItemDouble(string name, double value, int sortIndex = 0)
    Parameters
    Type Name Description
    System.String name
    System.Double value
    System.Int32 sortIndex

    Properties

    DecimalPlaces

    Declaration
    public int DecimalPlaces { get; set; }
    Property Value
    Type Description
    System.Int32

    Type

    Declaration
    public override SettingItemType Type { get; }
    Property Value
    Type Description
    TradingPlatform.BusinessLayer.SettingItemType
    Overrides
    TradingPlatform.BusinessLayer.SettingItem.Type
    Back to top Copyright © 2017 - 2018 Quantower LLC