masanaka

Results 2 issues of masanaka

Hello. When I using ConnectToIndividualSymbolTickerWebSocket, JsonSerializationException happend. I checked the stream [doc](https://github.com/binance-exchange/binance-official-api-docs/blob/master/web-socket-streams.md#individual-symbol-ticker-streams), found [BinanceAggregateTradeData](https://github.com/glitch100/BinanceDotNet/blob/master/BinanceExchange.API/Models/Websocket/BinanceAggregateTradeData.cs) looks like not fit for the response. Is something wrong?

accepted

I want to simulate the confirm function with this awesome plugin, but it looks like just have onClose callback, so i added onConfirm in it. If it is useful to...