ChristopherHaws / gdax-dotnet

DotNet Core GDAX Exchange API
MIT License
7 stars 7 forks source link

Added orders #2

Closed aidangarnish closed 6 years ago

aidangarnish commented 6 years ago

Hello - I have added a GetOrders method to the GdaxClient that gets a list of orders.

ChristopherHaws commented 6 years ago

Thanks for the PR! I merged master into this branch since there was another PR with a lot of work done as well. These changes should not be on nuget. :)

aidangarnish commented 6 years ago

Brilliant - thanks. Nice work on adding the place order calls!