Class SymbolGroup
Provides possibility to group and sort symbols for each connection
Namespace: TradingPlatform.BusinessLayer
Syntax
public class SymbolGroup : BusinessObject
Properties
GroupName
Gets group name
Declaration
public string GroupName { get; }
Property Value
Type | Description |
---|---|
string |
Id
Gets group Id
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
SortIndex
Gets sort index for comparing process
Declaration
public int SortIndex { get; }
Property Value
Type | Description |
---|---|
int |