# getSymbolDirectives()
Returns the watch directives of a symbol.
- Interface
class MidaMarketWatcher {
getSymbolDirectives (symbol: string): MidaMarketWatcherDirectives | undefined;
}
Returns the watch directives of a symbol.
class MidaMarketWatcher {
getSymbolDirectives (symbol: string): MidaMarketWatcherDirectives | undefined;
}