# unwatch()

Removes all watch directives from a symbol.

  • Interface
class MidaMarketWatcher {
    unwatch (symbol: string): Promise<void>;
}