bourse-de 0.1.0

Discrete event market simulation library
Documentation

Bourse

Rust market-simulator with Python API

Python

Getting Started

Bourse can be installed via pip

pip install bourse

Examples

See here for simulation examples.

Rust

Getting Started

The library consists of two core crates:

  • bourse-book an library implementing an market order book
  • bourse-de a discrete-event market simulation library

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 ...