-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.2.3 #50
v0.2.3 #50
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought that I had seen that before. It may have been my mistake, or changed. I agree with this change.
I was also thinking of changing the argument names to match what polo has, example: 'fill_or_kill' should probably be 'fillOrKill' even tho it is not pep8... I personally have an easier time reading between the api docs and code if it is as close to the actual docs as possible. |
Considering the rest of your library doesn't follow full PEP8, I can see that as an acceptable change. |
We should have an 'orderType' argument for the advanced buy/sell/move orders instead of an argument for each type. It would reduce code and allow easier updates in the future if polo decides to add more. I'II make a commit to this branch with the changes tonight. |
makes it easy to add/remove new/old order types if poloniex decides to make more changes
a little bit better logging access, but not much...
the docs does not mention "fill or kill" for the move order, so i left it out