Click or drag to resize

QuoteClient Constructor (UInt32, String, String, Int32, String, Int32, String, String, DateTime, DateTime)

Initialize quote client via proxy to give history of closed orders.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
Syntax
public QuoteClient(
	uint user,
	string password,
	string host,
	int port,
	string proxyHost,
	int proxyPort,
	string proxyUser,
	string proxyPass,
	DateTime closedOrdersFrom,
	DateTime closedOrdersTo
)

Parameters

user
Type: SystemUInt32
Account number.
password
Type: SystemString
Password.
host
Type: SystemString
IP address or domain name.
port
Type: SystemInt32
Port. Usually 443.
proxyHost
Type: SystemString
IP address of proxy server.
proxyPort
Type: SystemInt32
Port of proxy server.
proxyUser
Type: SystemString
Account of proxy server.
proxyPass
Type: SystemString
Password of proxy server.
closedOrdersFrom
Type: SystemDateTime
Start time.
closedOrdersTo
Type: SystemDateTime
End time.
See Also