MT5APIUnsubscribe(String) Method
|
Unsubscribe trading instrument.
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public void Unsubscribe(
string symbol
)
Public Sub Unsubscribe (
symbol As String
)
public:
void Unsubscribe(
String^ symbol
)
member Unsubscribe :
symbol : string -> unit
Parameters
- symbol String
- Symbol
Exceptions See Also