QuoteClientAutoReconnect Property
|
If true API reconnect automatically.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic bool AutoReconnect { get; set; }
Public Property AutoReconnect As Boolean
Get
Set
public:
property bool AutoReconnect {
bool get ();
void set (bool value);
}
member AutoReconnect : bool with get, set
Property Value
Type:
Boolean
See Also