AllowNotional
For a Carta Cross transaction, defines what type of notional orders (if any) are allowed.
Metadata
- Underlying type:
u8
Values
| Key | Value | Description |
|---|---|---|
| None | 0 | No notional orders allowed. |
| Buy | 1 | Only buy notional orders allowed. |
| Sell | 2 | Only sell notional orders allowed. |
| Both | 3 | Both buy and sell notional orders allowed. |
Referenced by
Tables
| Table | Field | Description |
|---|---|---|
| Auction | AllowNotional | Set to true if notional orders are allowed for the Auction. |