/// <summary> /// Initializes a new instance of the <see cref="BitfinexSubscriptionManager"/> class. /// </summary> public BitfinexSubscriptionManager(BitfinexBrokerage brokerage, string wssUrl, BitfinexSymbolMapper symbolMapper) { _brokerage = brokerage; _wssUrl = wssUrl; _symbolMapper = symbolMapper; }