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.0.1170.31 (4.0.1170.31)
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