Click or drag to resize

QuoteClientInit Method (Int32, String, String)

Initialize quote client. For using with COM.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public void Init(
	int user,
	string password,
	string serverFilePath
)

Parameters

user
Type: SystemInt32
Account number.
password
Type: SystemString
Password.
serverFilePath
Type: SystemString
Path to srv file. You can find srv files in MT4\config folder.
See Also