unwitting / bitstampy

Bitstamp API wrapper for Python
MIT License
55 stars 21 forks source link

Internal changes, better datatypes #2

Closed SmileyChris closed 10 years ago

SmileyChris commented 10 years ago

Some code tidying and more importantly, use better data types (decimal and datetime rather than float and int).

unwitting commented 10 years ago

Sorry, that was an accidental close :)

unwitting commented 10 years ago

You're right on the money converting to Decimals, that'll help us be much more accurate (always nice when money's involved!)

As for adding some documentation to the class defs etc, thanks very much, this is a very young repo and it was on my to-do, so you've helped save some doc work there.

Can't see anything wrong with this, will pull.