Click or drag to resize

OrderClientInit Method

Initialize order client. For using with COM.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public void Init(
	QuoteClient qc
)

Parameters

qc
Type: TradingAPI.MT4ServerQuoteClient
Quote client.
See Also