Table of Contents

Method Subscribe

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

Subscribe(string)

Stream quotes for a symbol (MT5 Subscribe); they arrive on OnQuote.

public void Subscribe(string symbol)

Parameters

symbol string

Remarks

MT5 equivalent

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

Subscribe(string[])

Stream quotes for several symbols (added to the current set).

public void Subscribe(string[] symbols)

Parameters

symbols string[]

Remarks

MT5 equivalent

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