MT5API(UInt64, String, String, Int32, Byte, String) 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,
byte[] pfxFile = null,
string pfxFilePassword = null
)
Public Sub New (
user As ULong,
password As String,
host As String,
Optional port As Integer = 443,
Optional pfxFile As Byte() = Nothing,
Optional pfxFilePassword As String = Nothing
)
public:
MT5API(
unsigned long long user,
String^ password,
String^ host,
int port = 443,
array<unsigned char>^ pfxFile = nullptr,
String^ pfxFilePassword = nullptr
)
new :
user : uint64 *
password : string *
host : string *
?port : int *
?pfxFile : byte[] *
?pfxFilePassword : string
(* Defaults:
let _port = defaultArg port 443
let _pfxFile = defaultArg pfxFile null
let _pfxFilePassword = defaultArg pfxFilePassword null
*)
-> MT5API
Parameters
- user UInt64
- password String
- host String
- port Int32 (Optional)
- pfxFile Byte (Optional)
-
- pfxFilePassword String (Optional)
-
See Also