Fill constructor
Fill()
Implementation
Fill(
this.tradeId,
this.createdAt,
this.productId,
this.orderId,
this.userId,
this.profileId,
this.liquidity,
this.price,
this.size,
this.fee,
this.side,
this.settled,
this.usdVolume);