Skip to main content

Module order

Module order 

Source
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§

__packing_order

Structs§

Order
Represents an order in the stablecoin DEX orderbook.
OrderHandler
Type-safe handler for accessing #struct_name in storage.