0.2.0-alpha.8
Pre-release
Pre-release
sonvister
released this
26 Dec 22:50
·
540 commits
to master
since this release
Available on NuGet.
Changes:
- FIX: Culture dependent decimal to string conversion (issue #8).
- Add
TradeWebSocketClient
andTradeCache
(rename existing client toAggregateTrade...Client
).- Add properties to
Trade
class. AggregateTrade
no longer extendsTrade
class.
- Add properties to
- Add 24-hour
SymbolStatisticsWebSocketClient
andSymbolStatisticsCache
.- Add properties to
SymbolStatistics
. - Add Binance24HourStatistics sample application.
- Add properties to
- Add partial depth stream support to
DepthWebSocketClient
.OrderBookCache
with limit uses partial depth stream with updates 1/sec (updates not contiguous).- Update
OrderBookCache
to get maximum order book limit (1000) when synchronizing.
- Update static assets and symbols.