matchcore 0.4.0

A high-performance order book and price-time matching engine implemented as a single-threaded, deterministic, in-memory state machine
Documentation
1
2
3
4
5
6
7
//! Market data for the order book

mod level1;
mod level2;

pub use level1::*;
pub use level2::*;