lfest 0.138.3

A leveraged perpetual futures exchange for simulated trading and backtesting
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod amend;
mod cancel_limit_order;
mod partial_order_fill;
mod reduce_position_order_margin;
mod submit_limit_buy_order;
mod submit_limit_sell_order;
mod submit_market_buy_order;
mod submit_market_sell_order;

#[allow(unused, reason = "Used in benchmarks")]
use criterion::*;
#[allow(unused, reason = "Used in benchmarks")]
use fpdec::*;