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.
- Host: GitHub
- URL: https://github.com/boydwo/trading-engine-v0
- Owner: boydwo
- Created: 2024-02-21T23:17:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T21:41:15.000Z (about 1 year ago)
- Last Synced: 2025-03-29T10:43:27.896Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```