Expand description
Order book types and data structures.
Structs§
- Engine
Config - Order matching engine configuration.
- L2Snapshot
- Level 2 market data snapshot.
- Match
Result - Matching result for an order.
- Order
- A trading order.
- Order
Book - Order book for a single symbol.
- Price
- Price in fixed-point representation (price * 10^8).
- Price
Level - Price level in the order book.
- Quantity
- Quantity in fixed-point representation (quantity * 10^8).
- Trade
- A trade execution.
Enums§
- Order
Status - Order status.
- Order
Type - Order type.
- Side
- Order side.
- Time
InForce - Time-in-force specification.