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 |