Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 258 Bytes

Rust-Trading-Engine

Limit Orderbook and basic Matching Engine with Price priority in Rust.

Supports placing Bid and Ask Limit orders on the Orderbook. Matches Market orders to best Bids and Asks.

To run tests or build

cargo test cargo run