Expand description
Limit order type for the stablecoin DEX.
This module defines the core Order type used in the stablecoin DEX orderbook.
Orders support price-time priority matching, partial fills, and flip orders that
automatically place opposite-side orders when filled.
Modules§
Structs§
- Order
- Represents an order in the stablecoin DEX orderbook.
- Order
Handler - Type-safe handler for accessing
#struct_namein storage.