QuoteClientIsInvestor Property
|
Account mode. 0 - master, 1 - investor
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic bool IsInvestor { get; }
Public ReadOnly Property IsInvestor As Boolean
Get
public:
property bool IsInvestor {
bool get ();
}
member IsInvestor : bool with get
Property Value
Type:
Boolean
See Also