Received constructor

Received({
  1. String? type,
  2. DateTime? time,
  3. String? productId,
  4. int? sequence,
  5. String? orderId,
  6. double? funds,
  7. SideEnum? side,
  8. OrderEnum? orderType,
})

Implementation

Received({
  this.type,
  this.time,
  this.productId,
  this.sequence,
  this.orderId,
  this.funds,
  this.side,
  this.orderType,
});