scalexm / trade-rs

Utilities for trading on crypto-currencies exchanges.
MIT License
14 stars 3 forks source link

Add helpers for mainstream use + examples #12

Open scalexm opened 6 years ago

scalexm commented 6 years ago

I'm mainly thinking about something maintaining an OrderBook without the user needing to explicitly handle notifications from ApiClient::stream. Consequently, some examples for a mainstream usage should be added.