hootnot / oanda-api-v20

OANDA REST-V20 API wrapper. Easy access to OANDA's REST v20 API with oandapyV20 package. Checkout the Jupyter notebooks!
MIT License
398 stars 107 forks source link

DateTime type added + tests + docs #53

Closed hootnot closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 3511cbd2fe6b04c13509baa2c3e8cdb249602bca on datetime-type into on master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 3511cbd2fe6b04c13509baa2c3e8cdb249602bca on datetime-type into on master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 3511cbd2fe6b04c13509baa2c3e8cdb249602bca on datetime-type into on master.

hootnot commented 7 years ago

Somehow Python 3.4 gave an error formatting the fractional part of seconds with {:<09d} . Rerunning the testsuite made the error disappear (?)