Trade Effect Response
@Serializable
@SerialName(value = "trade" )
Represents trade effect response.
This effect occurs when a trade is executed.
See also
Constructors
Link copied to clipboard
constructor(id: String, account: String?, accountMuxed: String? = null, accountMuxedId: String? = null, type: String, createdAt: String, pagingToken: String, links: EffectResponse.EffectLinks, seller: String, sellerMuxed: String? = null, sellerMuxedId: String? = null, offerId: Long, soldAmount: String, soldAssetType: String, soldAssetCode: String? = null, soldAssetIssuer: String? = null, boughtAmount: String, boughtAssetType: String, boughtAssetCode: String? = null, boughtAssetIssuer: String? = null)
Properties
Link copied to clipboard
The muxed account address that is associated with this effect
Link copied to clipboard
The muxed account ID that is associated with this effect
Link copied to clipboard
The amount of the asset that was bought
Link copied to clipboard
The asset code that was bought (for non-native assets)
Link copied to clipboard
The asset issuer that was bought (for non-native assets)
Link copied to clipboard
The asset type that was bought
Link copied to clipboard
Links related to this effect
Link copied to clipboard
A cursor value for use in pagination
Link copied to clipboard
The muxed account address of the seller
Link copied to clipboard
The muxed account ID of the seller
Link copied to clipboard
The amount of the asset that was sold
Link copied to clipboard
The asset code that was sold (for non-native assets)
Link copied to clipboard
The asset issuer that was sold (for non-native assets)
Link copied to clipboard
The asset type that was sold