irufus / gdax-java

Java based wrapper for Coinbase Pro (Formerly known as GDAX API and Coinbase Exchange API)
MIT License
177 stars 131 forks source link

Support Market Orders #1

Closed irufus closed 6 years ago

irufus commented 9 years ago

Ensure the API will work with the new Market order feature for new orders.

robevansuk commented 7 years ago

need to look at the various order types that can be created - I've spent more time fleshing out the higher level things and making sure a limit order can be placed so far.

duanemay commented 6 years ago

My app is exercising NewMarketOrderSingle and NewLimitOrderSingle There was an issue with funds, size, and price:

Also calls with client_oid were being rejected.

I have fixes for these issues in PR #20 commit 19d1d2447a89ac8423db616b79c70d946de72753

irufus commented 6 years ago

I will look into to seeing this is implemented and tested.