Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OrderBookUpdate

Index

Constructors

Properties

Accessors

Constructors

constructor

Properties

Private _asks

_asks: PlacedOrder[]

Private _bids

_bids: PlacedOrder[]

Private _id

_id: number

Private _symbol

_symbol: string

Private _timestamp

_timestamp: Date

Accessors

asks

bids

id

  • get id(): number
  • set id(value: number): void

symbol

  • get symbol(): string
  • set symbol(value: string): void

timestamp

  • get timestamp(): Date
  • set timestamp(value: Date): void

Generated using TypeDoc