0.2.0-alpha36
Pre-release
Pre-release
sonvister
released this
25 Feb 01:26
·
210 commits
to master
since this release
Available on NuGet.
Changes:
- Improve JSON client subscribe/unsubscribe usability.
- Add extensions to subscribe/unsubscribe multiple symbols.
- Return JSON client from subscribe/unsubscribe to allow chaining calls.
- Change timestamp parameters to
DateTime
(uselong.ToDateTime()
for easy conversion).- BREAKING: Change
IBinanceApi
andIBinanceHttpClient
GetDepositsAsync()
andGetWithdrawalsAsync()
timestamp parameters toDateTime
. - BREAKING: Change
IBinanceApi.GetCandlesticksAsync()
timestamps toDateTime
. - BREAKING: Remove
IBinanceApi.GetAggregateTradesIn()
.
- BREAKING: Change
- Add unit tests for JSON clients.
- Update sample applications.