Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BitmexSpy

Hierarchy

Index

Constructors

constructor

Properties

rest

ws

Methods

destory

  • destory(): void

getBars

getDepth$

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

getSymbol

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

getSymbols

  • getSymbols(): Promise<Pair[]>

getTicker$

  • getTicker$(symbol: string): Observable<Ticker>

getTransaction$

  • getTransaction$(symbol: string): Observable<Transaction>

stopDepth

  • stopDepth(symbol: string): void

stopTicker

  • stopTicker(symbol: string): void

stopTransaction

  • stopTransaction(symbol: string): void

Generated using TypeDoc