Expand description
The orderbook module contains all the order book-related data structures used in the system. Order book data structures
Re-exports§
pub use OrderBook64 as DefaultOrderBook;
Structs§
- Order
Book - Order book data structure with const generic capacity
- Price
Level - Price level in the order book
- Shared
Order Book - Thread-safe shared order book with read/write methods
Type Aliases§
- Order
Book32 - An order book with a capacity of 32.
- Order
Book64 - An order book with a capacity of 64.
- Order
Book128 - An order book with a capacity of 128.
- Shared
Order Book32 - A shared order book with a capacity of 32.
- Shared
Order Book64 - A shared order book with a capacity of 64.
- Shared
Order Book128 - A shared order book with a capacity of 128.