Level2BookStatusPoint constructor

Level2BookStatusPoint(
  1. int price,
  2. int depth
)

Implementation

Level2BookStatusPoint(this.price, this.depth);