Click or drag to resize

QuoteClient Constructor (Int32, String, String, Int32)

Initialize quote client.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
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