Marfusios / bitfinex-client-websocket

🛠️ C# client for Bitfinex & Ethfinex websocket API version 2.0
Apache License 2.0
55 stars 38 forks source link

No quotes #6

Closed KaiserSozo closed 6 years ago

KaiserSozo commented 6 years ago

I'm going bitfinexAPI.Send(new TickerSubscribeRequest("BTC/USD")); with bitfinexAPI.Streams.TickerStream.Subscribe(ticker => { btcusdBid = Convert.ToDecimal(ticker.Bid); btcusdAsk = Convert.ToDecimal(ticker.Ask); }); but no quotes are streaming By the way Ping pong is okay