Method Unsubscribe
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
Unsubscribe(string)
Stop streaming a symbol (MT5 Unsubscribe).
public void Unsubscribe(string symbol)
Parameters
symbolstring
Remarks
MT5 equivalent
MT5API.Unsubscribe(string symbol)— fullMT5API.Unsubscribe(string[] symbols)— full
Unsubscribe(string[])
Stop streaming several symbols.
public void Unsubscribe(string[] symbols)
Parameters
symbolsstring[]
Remarks
MT5 equivalent
MT5API.Unsubscribe(string symbol)— fullMT5API.Unsubscribe(string[] symbols)— full