JKorf / HTX.Net

A C# .netstandard client library for the Huobi REST and Websocket Spot and Swap API focusing on clear usage and models
https://jkorf.github.io/HTX.Net/
MIT License
73 stars 52 forks source link

Cannot subscribe to correct ticker #69

Open yetiwolf opened 2 years ago

yetiwolf commented 2 years ago

I'm experienced with binance and kucoin implementations, but trying to integrate Huobi.

client.SubscribeToSymbolTickerUpdatesAsync returns HuobiSymbolDatas and those tickers don't have ask/bids. I am not able to specify a coin name as the example here shows. Am I missing how to subscribe to specific tickers w/ ask/bid or is the wrapper missing it?