matchina

Crates.iomatchina
lib.rsmatchina
version0.1.3
sourcesrc
created_at2024-04-07 18:02:20.394707
updated_at2024-04-07 18:02:20.394707
descriptionMinimalistic matching engine designed for a trading exchange
homepage
repositoryhttps://github.com/frank-leap/matchina
max_upload_size
id1199379
size110,960
Francisco Lopez (frank-lpz)

documentation

https://docs.rs/matchina

README

Build Badge Crates Badge Docs Badge License Badge

matchina

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.

Features

  • Limit Orders: Traders can place buy or sell orders at specified price levels, ensuring their orders are executed at their desired prices or better.
  • Market Orders: Traders can place orders to be executed at the current market price, guaranteeing an immediate fill.
  • Immediate-Or-Cancel (IOC): IOC orders are designed for immediate execution. Any portion of an IOC order that cannot be filled immediately is canceled.
  • Fill-Or-Kill (FOK): FOK orders demand complete execution. If the entire order cannot be filled immediately, it is canceled.
  • Post-Only Orders: Post-Only orders are added to the order book and are only executed as maker orders, ensuring no additional fees as a taker.

Usage

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

Contributing

Contributions from the community are welcomed! Feel free to submit bug reports, feature requests, or even pull requests to enhance the matching engine.

License

This project is licensed under the MIT License.

Commit count: 48

cargo fmt