Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Intel

Hierarchy

Index

Methods

Abstract getBars

Abstract getDepth$

  • getDepth$(symbol: string): Observable<Depth>

Abstract getSymbol

  • getSymbol(symbol: string): Promise<Symbol | undefined>

Abstract getSymbols

  • getSymbols(): Promise<Symbol[]>

Abstract getTicker$

  • getTicker$(symbol: string): 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

Generated using TypeDoc