Show / Hide Table of Contents

    Class SymbolGroup

    Provides possibility to group and sort symbols for each connection

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class SymbolGroup : BusinessObject, IConnectionBindedObject, IUniqueID

    Properties

    GroupName

    Gets group name

    Declaration
    public string GroupName { get; }
    Property Value
    Type Description
    System.String

    Id

    Gets group Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    System.String

    SortIndex

    Gets sort index for comparing process

    Declaration
    public int SortIndex { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Copyright © 2017 - 2018 Quantower LLC