QuoteClientGroups Property
|
Symbol groups.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic ConSymbolGroup[] Groups { get; }
Public ReadOnly Property Groups As ConSymbolGroup()
Get
public:
property array<ConSymbolGroup>^ Groups {
array<ConSymbolGroup>^ get ();
}
member Groups : ConSymbolGroup[] with get
Property Value
Type:
ConSymbolGroup
See Also