# [Ride v5] AssetPair
⚠️ This is the documentation for the Standard Library version 5, which is currently available for Stagenet only. Go to Mainnet version
Structure of a pair of tokens of an order.
# Constructor
AssetPair(amountAsset: ByteVector|Unit, priceAsset: ByteVector|Unit)
# Fields
# | Name | Data type | Description |
---|---|---|---|
1 | amountAsset | ByteVector|Unit | The first token of a pair |
2 | priceAsset | ByteVector|Unit | The second token of a pair |