QuoteClientInit Method (Int32, String, String, Int32)
|
Initialize quote client. For using with COM.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic void Init(
int user,
string password,
string host,
int port
)
Public Sub Init (
user As Integer,
password As String,
host As String,
port As Integer
)
public:
void Init(
int user,
String^ password,
String^ host,
int port
)
member Init :
user : int *
password : string *
host : string *
port : int -> unit
Parameters
- user
- Type: SystemInt32
Account number. - password
- Type: SystemString
Password. - host
- Type: SystemString
IP address or domain name. - port
- Type: SystemInt32
Port. Usually 443.
See Also