QuoteClient Methods |
The QuoteClient type exposes the following members.
| Name | Description | |
|---|---|---|
| Connect |
Connect to server.
| |
| ConnectAsync |
Connect to server without awiting reply from server. Use OnConnect event to get result.
| |
| ConnectInternal | ||
| Disconnect |
Disconnect from server.
| |
| DownloadOrderHistory |
Returns closed orders.
| |
| DownloadQuoteHistory |
Downaload quote history.
| |
| GetDemo(String, Int32, Double, String, String, String, String, String, String, String, String, String, String) |
Get demo account.
| |
| GetDemo(String, Int32, Int32, Double, String, String, String, String, String, String, String, String, String, String) |
Get demo account.
| |
| GetOpenedOrder |
Get opened order by ticket.
| |
| GetOpenedOrders |
Returns opened orders.
| |
| GetQuote |
Latest quote for the symbol.
| |
| GetServerInfo |
Get server info.
| |
| GetSymbolGroup |
Symbol group name and description.
| |
| GetSymbolGroupParams |
Symbol group parameters.
| |
| GetSymbolInfo |
Get instrument parameters.
| |
| Init(Int32, String, String) |
Initialize quote client. For using with COM.
| |
| Init(Int32, String, String, Int32) |
Initialize quote client. For using with COM.
| |
| IsSubscribed |
Check subscribe trading instrument.
| |
| LoadSrv(String) |
Load only main server.
| |
| LoadSrv(Byte, Server) |
Load server list.
| |
| LoadSrv(String, Server) |
Load server list.
| |
| PingHost |
Estimeate RoundtripTime to host
| |
| ReconnectAsync | ||
| RequestQuoteHistory |
Request quote history. Use QuoteHistory event to get bars.
| |
| Subscribe(String) |
Subscribe trading instrument.
| |
| Subscribe(String) |
Subscribes multiple instruments.
| |
| Unsubscribe |
Unsubscribe trading instrument.
|