TradeResponse constructor
TradeResponse(- String id,
- String pagingToken,
- String ledgerCloseTime,
- String offerId,
- bool baseIsSeller,
- String baseAccount,
- String baseOfferId,
- String baseAmount,
- String baseAssetType,
- String baseAssetCode,
- String baseAssetIssuer,
- String counterAccount,
- String counterOfferId,
- String counterAmount,
- String counterAssetType,
- String counterAssetCode,
- String counterAssetIssuer,
- Price price
)
Implementation
TradeResponse(
this.id,
this.pagingToken,
this.ledgerCloseTime,
this.offerId,
this.baseIsSeller,
this.baseAccount,
this.baseOfferId,
this.baseAmount,
this.baseAssetType,
this.baseAssetCode,
this.baseAssetIssuer,
this.counterAccount,
this.counterOfferId,
this.counterAmount,
this.counterAssetType,
this.counterAssetCode,
this.counterAssetIssuer,
this.price);