Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 270 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 270 Bytes

Trading Engine

This program takes the orders from the order.json file and outputs an orderbook.json and a trades.json files.

Run the project

cargo run

Run test

cargo test

Build project

cargo build --release