QuoteClientGroups Property
|
Symbol groups.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
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