Skip to content
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

REQUEST: Advanced buy orders. #38

Closed
kdb424 opened this issue Dec 16, 2016 · 0 comments
Closed

REQUEST: Advanced buy orders. #38

kdb424 opened this issue Dec 16, 2016 · 0 comments

Comments

@kdb424
Copy link
Contributor

kdb424 commented Dec 16, 2016

You may optionally set "fillOrKill", "immediateOrCancel", "postOnly" to 1. A fill-or-kill order will either fill in its entirety or be completely aborted. An immediate-or-cancel order can be partially or completely filled, but any portion of the order that cannot be filled immediately will be canceled rather than left on the order book. A post-only order will only be placed if no portion of it fills immediately; this guarantees you will never pay the taker fee on any part of the order that fills.

That comes from their docs on the API, but is not implemented here. It would be great if that could be added. If I have time I'll work on it and submit a pull request, but that will be a while. Thanks for considering.

s4w3d0ff added a commit that referenced this issue Dec 28, 2016
Resolves #38, adding advanced buy order flags
kdb424 pushed a commit to kdb424/python-poloniex that referenced this issue Jan 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant