#interact #challenge #level #order #client #order-book #stock-fighter

michromer

This is a small library to interact with the stockfighter simulation challenges

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

#16 in #order-book

MIT license

23KB
607 lines

michromer

Michromer is a library to interact with StockFighter. This is still very much a work in progress.

Build Status

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
~217K SLoC