Table of Contents

Method Unsubscribe

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

Unsubscribe(string)

Stop streaming a symbol (MT5 Unsubscribe).

public void Unsubscribe(string symbol)

Parameters

symbol string

Remarks

MT5 equivalent

  • MT5API.Unsubscribe(string symbol) — full
  • MT5API.Unsubscribe(string[] symbols) — full

Unsubscribe(string[])

Stop streaming several symbols.

public void Unsubscribe(string[] symbols)

Parameters

symbols string[]

Remarks

MT5 equivalent

  • MT5API.Unsubscribe(string symbol) — full
  • MT5API.Unsubscribe(string[] symbols) — full