Expand description
Matching Engine for order matching and execution
This module provides a high-performance matching engine implementation for matching buy and sell orders based on price-time priority. Should be partial-fill compatible because crypto exchanges support partial fills.
Structsยง
- Executed
Trade - Represents a trade resulting from order matching
- Limit
Order - Represents a limit order in the matching engine
- Matching
Engine - High-performance matching engine for order matching and execution
- Order
Result - Represents the result of order processing