JKorf / Bittrex.Net

A C# .Net wrapper for the Bittrex web API including all features easily accessible and usable
MIT License
141 stars 62 forks source link

Fix order book subscription #213

Closed Jonnern closed 2 years ago

Jonnern commented 2 years ago

Order book subscription no longer works after the previous fix. Also, if you subscribe to two order book channels with the same symbol but different depth, the message will be sent to the incorrect handler.

Jonnern commented 2 years ago

I realized the first check would run into problems if Bittrex will add depths ending with the same character (1, 25, 500 currently)