Type alias OrderBookPriceLevel

OrderBookPriceLevel: [price: string, size: string, totalOrders: number]

OrderBookPriceLevel

  • price and size as decimal strings
  • totalOrders = # of limit orders at this price level (0 for synthetic levels)

Example

 [ "202.01000000", "8.11400000", 0 ]