Expand description
Order book components which can handle L1/L2/L3 data.
Re-exports§
pub use crate::orderbook::book::OrderBook;
pub use crate::orderbook::error::BookIntegrityError;
pub use crate::orderbook::error::InvalidBookOperation;
pub use crate::orderbook::ladder::BookPrice;
pub use crate::orderbook::level::BookLevel;
Modules§
- Functions related to normalizing and processing top-of-book events.
- Functions related to order book analysis.
- A performant, generic, multi-purpose order book.
- Functions related to order book display.
- Errors associated with order book operations and integrity.
- Represents a ladder of price levels for one side of an order book.
- Represents a discrete price level in an order book.