# AssetPair
Structure of a pair of tokens of an order within the Order structure.
# 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 |