Methods
Abstract getBars
-
Parameters
Returns Promise<Bar[]>
Abstract getDepth$
- getDepth$(symbol: string): Observable<Depth>
-
Parameters
Returns Observable<Depth>
Abstract getSymbol
- getSymbol(symbol: string): Promise<Symbol | undefined>
-
Parameters
Returns Promise<Symbol | undefined>
Abstract getSymbols
- getSymbols(): Promise<Symbol[]>
Abstract getTicker$
- getTicker$(symbol: string): Observable<Ticker>
-
Parameters
Returns Observable<Ticker>
Abstract getTransaction$
- getTransaction$(symbol: string): Observable<Transaction>
Abstract stopDepth
- stopDepth(symbol: string): void
Abstract stopTicker
- stopTicker(symbol: string): void
Abstract stopTransaction
- stopTransaction(symbol: string): void