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
symbolstring
Remarks
MT5 equivalent
MT5API.Subscribe(string symbol)— fullMT5API.Subscribe(string[] symbols)— full
Subscribe(string[])
Stream quotes for several symbols (added to the current set).
public void Subscribe(string[] symbols)
Parameters
symbolsstring[]
Remarks
MT5 equivalent
MT5API.Subscribe(string symbol)— fullMT5API.Subscribe(string[] symbols)— full