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