ExchangeSharp icon indicating copy to clipboard operation
ExchangeSharp copied to clipboard

ExchangeHuobiAP.GetTickersWebSocketAsync() "The method or operation is not implemented."

Open fazeelmehar opened this issue 5 years ago • 3 comments
trafficstars

Hi, Hope you are doing well. Facing issue when in GetTickersAsync() this one https://github.com/jjxtra/ExchangeSharp/issues/421 then i update Exchange sharp 0.6.0.1 to 0.7.2 It fixed my problem and i see GetTickersWebSocket() convert into GetTickersWebSocketAsync() now i am getting error in this method "The method or operation is not implemented." Note: For Binance its working fine but when i used Huobi its giving error. I'm using first time Huobi from ExchangeSharp for your concern.

Please check and help me out

image

fazeelmehar avatar Apr 23 '20 16:04 fazeelmehar

That means the tickers websocket is not yet implemented for Huobi. If you send a pull request with the implementation, we'll be happy to merge it. If you don't know how, you can also post the new code here.

vslee avatar Apr 23 '20 17:04 vslee

Well ok tomorrow I'll send you pull request.

fazeelmehar avatar Apr 23 '20 17:04 fazeelmehar

I have implemented huobi GetTickersWebSocketAsync() method, if you need, pls contact me via email(yuandong618#gmail.com)

happysammy avatar Apr 29 '20 03:04 happysammy