Activate constructor

Activate({
  1. String? type,
  2. String? productId,
  3. DateTime? timestamp,
  4. double? userId,
  5. double? profileId,
  6. String? orderId,
  7. String? stopType,
  8. SideEnum? side,
  9. double? stopPrice,
  10. double? size,
  11. double? funds,
  12. bool? private,
})

Implementation

Activate({
  this.type,
  this.productId,
  this.timestamp,
  this.userId,
  this.profileId,
  this.orderId,
  this.stopType,
  this.side,
  this.stopPrice,
  this.size,
  this.funds,
  this.private,
});