DepthEntity constructor

DepthEntity(
  1. double price,
  2. double vol
)

Implementation

DepthEntity(this.price, this.vol);