subscribe(_liveDataClient, listener, "USSW5 Curncy");
subscribe(_liveDataClient, listener, "AAPL US Equity");
subscribe(_liveDataClient, listener, "GBP Curncy");
assertTrue(listener.waitUntilEnoughUpdatesReceived(30000));
for (LiveDataValueUpdate update : listener.getValueUpdates()) {
assertEquals(1, update.getSpecification().getIdentifiers().size());
assertNotNull(update.getSpecification().getIdentifier(ExternalSchemes.BLOOMBERG_BUID));
assertNotNull(StandardRules.getOpenGammaRuleSetId(), update.getSpecification().getNormalizationRuleSetId());