Initialize order client. For using with COM.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
Syntaxpublic void Init(
QuoteClient qc
)
Public Sub Init (
qc As QuoteClient
)
public:
void Init(
QuoteClient^ qc
)
member Init :
qc : QuoteClient -> unit
Parameters
- qc
- Type: TradingAPI.MT4ServerQuoteClient
Quote client.
See Also