toloco / pyoanda

Oanda’s API python wrapper. Robust and Fast API wrapper for your Forex bot Python library that wraps Oanda API. Built on top of requests, it’s easy to use and makes sense.
http://oanda.com
MIT License
65 stars 24 forks source link

Add support for get_order to fetch single order details. #7

Closed elyobo closed 9 years ago

toloco commented 9 years ago

For now looks fine to me, the idea behind this is adding logging as it is important to monitor the status of failures or uses.

Ill appreciate the simple functions unittest added as the cover wont fall down. I know it is trivial..., if you dont wanna add it Ill do it.

elyobo commented 9 years ago

No worries, I'll add tests.

elyobo commented 9 years ago

Just added the test now! Added #10 so that you can get the test too; sorry for the delay on that.