Expand description
The book_snapshot module contains all the book snapshot-related data structures used in the system.
Re-exports§
pub use OrderBookSnapshot64 as DefaultOrderBookSnapshot;
Structs§
- Order
Book Snapshot - Full order book snapshot containing multiple price levels with const generic capacity
- Shared
Order Book Snapshot - Thread-safe wrapper around
OrderBookSnapshotwith low-contention read/write access
Type Aliases§
- Order
Book Snapshot32 - An order book snapshot with a capacity of 32.
- Order
Book Snapshot64 - An order book snapshot with a capacity of 64.
- Order
Book Snapshot128 - An order book snapshot with a capacity of 128.
- Shared
Order Book Snapshot32 - A shared order book snapshot with a capacity of 32.
- Shared
Order Book Snapshot64 - A shared order book snapshot with a capacity of 64.
- Shared
Order Book Snapshot128 - A shared order book snapshot with a capacity of 128.