gmosx / kraken-sdk-rust

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

Using offset and ofs as attribute name #13

Closed Ebolon closed 1 year ago

Ebolon commented 1 year ago

The kraken api uses ofs as attribute name for the offset. I would stick to the naming. In the code it can be found offset (see: get_closed_orders) and ofs. What do you think?

gmosx commented 1 year ago

Good catch, fixed!