Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOrderBookSnapshot

Hierarchy

  • IOrderBookSnapshot

Index

Properties

askTotalAmount

askTotalAmount: number

asks

asks: { amount: number; price: number }[]

bidTotalAmount

bidTotalAmount: number

bids

bids: { amount: number; price: number }[]

instrument

instrument: string

snapshot

snapshot: true

version

version: number