Click or drag to resize

QuoteClientUnsubscribe Method

Unsubscribe trading instrument.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
Syntax
public void Unsubscribe(
	string symbol
)

Parameters

symbol
Type: SystemString
Symbol for trading.
Exceptions
ExceptionCondition
ExceptionNot connected.
See Also