michromer 0.3.0

This is a small library to interact with the stockfighter simulation challenges.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# michromer

Michromer is a library to interact with [StockFighter](https://www.stockfighter.io). This is still very much a work in progress.

[![Build Status](https://travis-ci.org/elliottneilclark/michromer.svg?branch=master)](https://travis-ci.org/elliottneilclark/michromer)


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.