Releases: dougdellolio/coinbasepro-csharp
Releases · dougdellolio/coinbasepro-csharp
v1.0.11
- Added the ability to place stop order
- Fixed a bug where setting "post only" on limit orders was potentially being ignored
v1.0.10
- Added new Bitcoin Cash pairs: BCH/EUR and BCH/BTC
- Fixed limit orders
- For GTT orders you can now pass in min, hour or day
- FOK and IOC orders
v1.0.9
- Fixed a bug where the Bid/Ask values were being parsed incorrectly due to CultureInfo
v1.0.8
- Added MIT license
- Add optional levels to product order book in the ProductsService
- **Please note if you are currently using
GetProductOrderBookAsync(...)
, the result for Bids and Asks inProductsOrderBookResponse
has changed fromIEnumerable<IEumerable<decimal>>
toIEumerable<Bid>
andIEumerable<Ask>
- **Please note if you are currently using
v1.0.7
- Added ability to get historic rates for a product (@quin810)
- Added ability to specify parameters with limit orders (@quin810)
- Added Bitcoin Cash as new product type (@DontFretBrett)
v1.0.6
v1.0.5
- Fixed a bug where the time stamp format was wrong due to different culture info
- Added fills service (@dgelineau)
v1.0.4
- Fixed bug in Products Service where Ask values were coming in as null
- Added paged responses
- Added currencies service
- Added ability to view account history and holds
- Added more descriptive errors
v1.0.3
- Added products service
- More tests around existing services
v1.0.2
- Added more functionality to withdrawals service
- Added deposits service (@dgelineau)