18 using System.Collections.Generic;
40 _getChannelName = getChannelName;
56 private Func<TickType, string> _getChannelName;
66 Log.
Trace(
"EventBasedDataQueueHandlerSubscriptionManager.Subscribe(): {0}",
string.Join(
",", symbols.Select(x => x.Value)));
78 Log.
Trace(
"EventBasedDataQueueHandlerSubscriptionManager.Unsubscribe(): {0}",
string.Join(
",", symbols.Select(x => x.Value)));
89 return _getChannelName?.Invoke(tickType);