TradeResponse

constructor(id: String, pagingToken: String, ledgerCloseTime: String, tradeType: String, offerId: Long? = null, liquidityPoolFeeBP: Int? = null, baseLiquidityPoolId: String? = null, baseOfferId: Long? = null, baseAccount: String? = null, baseAmount: String, baseAssetType: String, baseAssetCode: String? = null, baseAssetIssuer: String? = null, counterLiquidityPoolId: String? = null, counterOfferId: Long? = null, counterAccount: String? = null, counterAmount: String, counterAssetType: String, counterAssetCode: String? = null, counterAssetIssuer: String? = null, baseIsSeller: Boolean? = null, price: Price? = null, links: TradeResponse.Links)