elliottneilclark / michromer

Michromer is a library to interact with StockFighter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Michromer is a library to interact with StockFighter.

License:MIT License


Languages

Language:Rust 100.0%