TradeEffectResponse constructor

TradeEffectResponse(
  1. String seller,
  2. int offerId,
  3. String soldAmount,
  4. String soldAssetType,
  5. String soldAssetCode,
  6. String soldAssetIssuer,
  7. String boughtAmount,
  8. String boughtAssetType,
  9. String boughtAssetCode,
  10. String boughtAssetIssuer
)

Implementation

TradeEffectResponse(
    this.seller,
    this.offerId,
    this.soldAmount,
    this.soldAssetType,
    this.soldAssetCode,
    this.soldAssetIssuer,
    this.boughtAmount,
    this.boughtAssetType,
    this.boughtAssetCode,
    this.boughtAssetIssuer);