QuoteClientUnsubscribe Method
|
Unsubscribe trading instrument.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic void Unsubscribe(
string symbol
)
Public Sub Unsubscribe (
symbol As String
)
public:
void Unsubscribe(
String^ symbol
)
member Unsubscribe :
symbol : string -> unit
Parameters
- symbol
- Type: SystemString
Symbol for trading.
Exceptions
See Also