StreamingOrderbookItem constructor

StreamingOrderbookItem(
  1. double price,
  2. int quantity
)

Implementation

StreamingOrderbookItem(this.price, this.quantity);