Click or drag to resize

MT5API(UInt64, String, String, Int32, Byte, String) 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 = 443,
	byte[] pfxFile = null,
	string pfxFilePassword = null
)

Parameters

user  UInt64
password  String
host  String
port  Int32  (Optional)
pfxFile  Byte  (Optional)
 
pfxFilePassword  String  (Optional)
 
See Also