Price constructor

Price(
  1. num price,
  2. num size,
  3. DateTime timestamp
)

Implementation

Price(this.price, this.size, this.timestamp);