asmodehn / aiokraken

Asyncio Library for http://kraken.com
MIT License
2 stars 0 forks source link

Decimal values #17

Open asmodehn opened 5 years ago

asmodehn commented 5 years ago

We need to improve usage of decimal values. Ref: https://docs.python.org/3/library/decimal.html

This can be for prices ( currency per unit of "thing" ), volume (currency unit) , leverage (simple value ? used as a normal factor ? what would be the unit ), etc.

asmodehn commented 5 years ago

Basically need to avoid things like:

['EOrder:Invalid price:XXBTZEUR price can only be specified up to 1 decimals.']