MT5APIUnsubscribe(String) Method
|
Unsubscribe trading instruments.
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public void Unsubscribe(
string[] symbols
)
Public Sub Unsubscribe (
symbols As String()
)
public:
void Unsubscribe(
array<String^>^ symbols
)
member Unsubscribe :
symbols : string[] -> unit
Parameters
- symbols String
- Symbols
Exceptions See Also