clob-engine 0.3.8

Low-latency CLOB
Documentation
1
2
3
4
5
6
pub mod order_book;

pub use order_book::orderbook::{OrderBook, HalfBook};
pub use order_book::matching_engine::MatchingEngine;
pub use order_book::types::{EngineNewOrder, EngineModifyOrder, EngineCancelOrder};
pub use order_book::tracing::Tracing;