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,
- String tradeType,
- String? baseLiquidityPoolId,
- String? counterLiquidityPoolId,
- int? liquidityPoolFeeBp,
- Price price,
- TradeResponseLinks links
)
Implementation
TradeResponse