QuoteClientInit Method (Int32, String, String)
|
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 serverFilePath
)
Public Sub Init (
user As Integer,
password As String,
serverFilePath As String
)
public:
void Init(
int user,
String^ password,
String^ serverFilePath
)
member Init :
user : int *
password : string *
serverFilePath : string -> unit
Parameters
- user
- Type: SystemInt32
Account number. - password
- Type: SystemString
Password. - serverFilePath
- Type: SystemString
Path to srv file. You can find srv files in MT4\config folder.
See Also