QuoteClientIsDemoAccount Property
|
Demo account flag.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
Syntaxpublic bool IsDemoAccount { get; }
Public ReadOnly Property IsDemoAccount As Boolean
Get
public:
property bool IsDemoAccount {
bool get ();
}
member IsDemoAccount : bool with get
Property Value
Type:
Boolean
See Also