# Trading System: watchTicks()

Watches the ticks of the specified symbol.

  • Interface
class MidaTradingSystem {
    protected watchTicks (symbol: string): Promise<void>;
}