Class SettingItemLong

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public sealed class SettingItemLong : SettingItemNumber<long>

    Constructors

    SettingItemLong()

    Declaration
    public SettingItemLong()

    SettingItemLong(string, long, int)

    Declaration
    public SettingItemLong(string name, long value, int sortIndex = 0)
    Parameters
    Type Name Description
    string name
    long value
    int sortIndex

    Properties

    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.