bourse-book

Crates.iobourse-book
lib.rsbourse-book
version0.4.0
sourcesrc
created_at2024-02-20 20:35:14.723074
updated_at2024-03-28 00:41:13.069377
descriptionSimulated limit order book library
homepage
repositoryhttps://github.com/zombie-einstein/bourse/
max_upload_size
id1146857
size70,941
(zombie-einstein)

documentation

README

Bourse

Rust market-simulator with a Python API

Python

Full documentation can be found here.

Getting Started

Bourse can be installed via pip

pip install bourse

Examples

See here for simulation examples and the docs for an annotated example.

Rust

Getting Started

The library consists of two core crates:

  • bourse-book a library implementing a limit order book. Full documentation can be found here.

  • bourse-de a discrete-event market simulation library. Full documentation can be found here

Both can be installed using cargo

cargo add bourse-book bourse-de

Examples

Examples can be found in the relevant crates order book and simulation.

Examples can be run via cargo using

cargo run --example ...
Commit count: 27

cargo fmt