MT5API(UInt64, String, String, Int32) Constructor
|
Main construcotr
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public MT5API(
ulong user,
string password,
string host,
int port = 443
)
Public Sub New (
user As ULong,
password As String,
host As String,
Optional port As Integer = 443
)
public:
MT5API(
unsigned long long user,
String^ password,
String^ host,
int port = 443
)
new :
user : uint64 *
password : string *
host : string *
?port : int
(* Defaults:
let _port = defaultArg port 443
*)
-> MT5API
Parameters
- user UInt64
- password String
- host String
- port Int32 (Optional)
See Also