Skip to content

Version 8.1.0

Compare
Choose a tag to compare
@JKorf JKorf released this 28 Oct 09:44
· 46 commits to master since this release
  • Added KlineTracker and TradeTracker implementation
  • Added Side to SharedTrade model
  • Added overload for Create method in OrderBookFactory using SharedSymbol
  • Added ValidateMessage method to websocket Query object to filter messages even though it is matched to the query based on the ListenIdentifier
  • Added DoHandleReset method for websocket subscriptions
  • Added ConnectionId to RequestDefinition to correctly handle connection and path rate limiting configuration
  • Added System.Text.Json ArrayConverter Write implementation
  • Updated SharedFuturesTicker LastPrice, HighPrice and LowPrice properties to be nullable
  • Updated SetApiCredentials method to also updated the credentials on the client specific options to prevent unknown client credentials in some situations