QuoteClient Constructor (Int32, String, String, Int32, String, Int32, String, String)
|
Initialize quote client via proxy.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
Syntaxpublic QuoteClient(
int user,
string password,
string host,
int port,
string proxyHost,
int proxyPort,
string proxyUser,
string proxyPass
)
Public Sub New (
user As Integer,
password As String,
host As String,
port As Integer,
proxyHost As String,
proxyPort As Integer,
proxyUser As String,
proxyPass As String
)
public:
QuoteClient(
int user,
String^ password,
String^ host,
int port,
String^ proxyHost,
int proxyPort,
String^ proxyUser,
String^ proxyPass
)
new :
user : int *
password : string *
host : string *
port : int *
proxyHost : string *
proxyPort : int *
proxyUser : string *
proxyPass : string -> QuoteClient
Parameters
- user
- Type: SystemInt32
Account number. - password
- Type: SystemString
Password. - host
- Type: SystemString
IP address or domain name. - port
- Type: SystemInt32
Port. Usually 443. - proxyHost
- Type: SystemString
IP address of proxy server. - proxyPort
- Type: SystemInt32
Port of proxy server. - proxyUser
- Type: SystemString
Account of proxy server. - proxyPass
- Type: SystemString
Password of proxy server.
See Also