9 releases
Uses old Rust 2015
0.4.0 | Apr 5, 2017 |
---|---|
0.3.4 | Aug 23, 2016 |
0.3.1 | Jun 13, 2016 |
0.2.0 | Jun 3, 2016 |
0.1.1 | May 27, 2016 |
#26 in #order-book
23KB
607 lines
michromer
Michromer is a library to interact with StockFighter. This is still very much a work in progress.
To use it create a level client that can create orders, cancel orders, read the order book.
let client = Client::new(&key);
let lc = client.start_level("chock_a_block").unwrap();
Now go solve some challenges.
Dependencies
~9.5MB
~202K SLoC