OrderClient Constructor (QuoteClient)
|
Main constructor.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
Syntaxpublic OrderClient(
QuoteClient qc
)
Public Sub New (
qc As QuoteClient
)
public:
OrderClient(
QuoteClient^ qc
)
new :
qc : QuoteClient -> OrderClient
Parameters
- qc
- Type: TradingAPI.MT4ServerQuoteClient
Quote client.
See Also