Click or drag to resize

MT5API(UInt64, String, String, Int32, String, Int32, String, String, ProxyTypes) Constructor

Main construcotr

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public MT5API(
	ulong user,
	string password,
	string host,
	int port,
	string proxyHost,
	int proxyPort,
	string proxyUser,
	string proxyPassword,
	ProxyTypes type
)

Parameters

user  UInt64
password  String
host  String
port  Int32
proxyHost  String
 
proxyPort  Int32
 
proxyUser  String
 
proxyPassword  String
 
type  ProxyTypes
 
See Also