Marfusios / bitfinex-client-websocket

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

Books checksum -> channelid -> symbol && channelid = 0 currently #26

Closed InTheta closed 5 years ago

InTheta commented 5 years ago

Thanks for adding this feature, but we need to map book to symbol and channel id is 0 currently? Am I missing something?

2019-01-27 11:30:05.416 +00:00 [INF] Chan 0 Cs: -831900161 Seq:

Marfusios commented 5 years ago

Ah, sorry, my bad. Fixed in 8725ddb197b1780eca66a691e07f0007dec8fa8f (version: 1.0.61)

InTheta commented 5 years ago

Thanks