anmatika / poloniex-api

a client for consuming poloniex api https://poloniex.com/support/api/.
12 stars 4 forks source link

Support for "fillOrKill", "immediateOrCancel", "postOnly" for buy api call #5

Closed lukasz-kaniowski closed 7 years ago

lukasz-kaniowski commented 7 years ago

Would be great to add support for those additional parameters.

anmatika commented 7 years ago

Hi, just noticed this issue, I'll add these today or latest tomorrow. If you want to, you also can create a pull request for those.

anmatika commented 7 years ago

Okay, it was easy change after all so I pushed the changes into new branch https://github.com/anmatika/poloniex-api/tree/add_optional_buy_params

Planning to merge the changes into master in the evening once I get the change tested.

anmatika commented 7 years ago

Optional parameters for buy api call now added.

lukasz-kaniowski commented 7 years ago

@anmatika Thanks a lot