An open API service indexing awesome lists of open source software.

https://github.com/boydwo/trading-engine-v0

A simple Trading Engine implementation that simulates a cryptocurrency broker's order book with Rust.
https://github.com/boydwo/trading-engine-v0

Last synced: about 2 months ago
JSON representation

A simple Trading Engine implementation that simulates a cryptocurrency broker's order book with Rust.

Awesome Lists containing this project

README

        

# Rust Trading Engine

A simple Trading Engine implementation that simulates a cryptocurrency broker's order book.

For now just run this command for any kind of action:

```
cargo run
```