Click or drag to resize

QuoteClient Constructor (Int32, String, String, Int32)

Initialize quote client.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public QuoteClient(
	int user,
	string password,
	string host,
	int port
)

Parameters

user
Type: SystemInt32
Account number.
password
Type: SystemString
Password.
host
Type: SystemString
IP address or domain name.
port
Type: SystemInt32
Port. Usually 443.
See Also