# getSymbolDirectives()

Returns the watch directives of a symbol.

  • Interface
class MidaMarketWatcher {
    getSymbolDirectives (symbol: string): MidaMarketWatcherDirectives | undefined;
}