Crates.io | matchina |
lib.rs | matchina |
version | 0.1.3 |
source | src |
created_at | 2024-04-07 18:02:20.394707 |
updated_at | 2024-04-07 18:02:20.394707 |
description | Minimalistic matching engine designed for a trading exchange |
homepage | |
repository | https://github.com/frank-leap/matchina |
max_upload_size | |
id | 1199379 |
size | 110,960 |
This is a minimalistic matching engine designed for a trading exchange. It supports various order types including limit orders, market orders, and order features such as Immediate-Or-Cancel (IOC), Fill-Or-Kill (FOK), and Post-Only orders.
To run the simulation with this matching engine, simply execute the following command:
just run
Just is used to manage various build and development tasks, and you can explore the available options with:
just
Contributions from the community are welcomed! Feel free to submit bug reports, feature requests, or even pull requests to enhance the matching engine.
This project is licensed under the MIT License.