Skip to content

0.2.0-alpha.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@sonvister 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 and TradeCache (rename existing client to AggregateTrade...Client).
    • Add properties to Trade class.
    • AggregateTrade no longer extends Trade class.
  • Add 24-hour SymbolStatisticsWebSocketClient and SymbolStatisticsCache.
    • Add properties to SymbolStatistics.
    • Add Binance24HourStatistics sample application.
  • 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.