OperationTrade constructor

OperationTrade(
  1. String tradeId,
  2. DateTime date,
  3. double price,
  4. int quantity,
)

Implementation

OperationTrade(this.tradeId, this.date, this.price, this.quantity);