// TODO: stop using this selector, everything should switch to explicit weak, but we have to wait for that change to propagate
FakeSubscriptionSelector selectorVolatility = new ByTypeFakeSubscriptionSelector(
ImmutableSet.of("SWAPTION VOLATILITY", "OPTION VOLATILITY"));
FakeSubscriptionSelector selectorWeak = new BySchemeFakeSubscriptionSelector(
ImmutableSet.of(ExternalSchemes.BLOOMBERG_BUID_WEAK, ExternalSchemes.BLOOMBERG_TICKER_WEAK));
FakeSubscriptionSelector selector = new UnionFakeSubscriptionSelector(selectorVolatility, selectorWeak);
CombiningBloombergLiveDataServer combinedServer = new CombiningBloombergLiveDataServer(fakeServer,
realServer,
selector,
getCacheManager());