MT5API(UInt64, String, String, Int32, String, Int32, String, String, ProxyTypes) Constructor
|
Main construcotr
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntaxpublic MT5API(
ulong user,
string password,
string host,
int port,
string proxyHost,
int proxyPort,
string proxyUser,
string proxyPassword,
ProxyTypes type
)
Public Sub New (
user As ULong,
password As String,
host As String,
port As Integer,
proxyHost As String,
proxyPort As Integer,
proxyUser As String,
proxyPassword As String,
type As ProxyTypes
)
public:
MT5API(
unsigned long long user,
String^ password,
String^ host,
int port,
String^ proxyHost,
int proxyPort,
String^ proxyUser,
String^ proxyPassword,
ProxyTypes type
)
new :
user : uint64 *
password : string *
host : string *
port : int *
proxyHost : string *
proxyPort : int *
proxyUser : string *
proxyPassword : string *
type : ProxyTypes -> MT5API
Parameters
- user UInt64
- password String
- host String
- port Int32
- proxyHost String
-
- proxyPort Int32
-
- proxyUser String
-
- proxyPassword String
-
- type ProxyTypes
-
See Also