Skip to content

v1.0.8

Compare
Choose a tag to compare
@dougdellolio dougdellolio released this 15 Jan 01:53
· 175 commits to master since this release
ab55f41
  • 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 in ProductsOrderBookResponse has changed from IEnumerable<IEumerable<decimal>> to IEumerable<Bid> and IEumerable<Ask>