TradeEffectResponse(- String? seller,
- String? sellerMuxed,
- String? sellerMuxedId,
- String? offerId,
- String? soldAmount,
- String? soldAssetType,
- String? soldAssetCode,
- String? soldAssetIssuer,
- String? boughtAmount,
- String? boughtAssetType,
- String? boughtAssetCode,
- String? boughtAssetIssuer
)
Implementation
TradeEffectResponse(
this.seller,
this.sellerMuxed,
this.sellerMuxedId,
this.offerId,
this.soldAmount,
this.soldAssetType,
this.soldAssetCode,
this.soldAssetIssuer,
this.boughtAmount,
this.boughtAssetType,
this.boughtAssetCode,
this.boughtAssetIssuer);