OrderBookSkip
For a Carta Cross transaction, determines if an order book should be skipped during the iterative matching process.
Metadata
- Underlying type:
u8
Values
| Key | Value | Description |
|---|---|---|
| None | 0 | Do not skip the order book. |
| AuctionMinFill | 1 | Skip the order book if a minimum fill criteria is not met. |
Referenced by
Tables
| Table | Field | Description |
|---|---|---|
| Order | OrderBookSkip | This governs whether an order should be skipped while iterating over an order book. |