gmosx / kraken-sdk-rust

A Rust SDK for working with Kraken APIs
Apache License 2.0
25 stars 14 forks source link

add convinience functions to OHLC #17

Closed realGWM closed 1 year ago

realGWM commented 1 year ago

The struct is error prone to work with, this PR adds some simple convenience functions

gmosx commented 1 year ago

Hm, even though in general I would like to keep this library 'low-level' and close to the API, I believe this change is reasonable and I will merge it.

FYI, I plan to release a 'higher-level' library that is using this one, in the future.