public void tickReceived(BloombergTick msg) {
RecordedBloombergLiveDataServer.this.tickReceived(msg.getBuid(), msg.getFields());
}
};
setEntitlementChecker(new LiveDataEntitlementChecker() {
@Override
public Map<LiveDataSpecification, Boolean> isEntitled(UserPrincipal user, Collection<LiveDataSpecification> requestedSpecifications) {
Map<LiveDataSpecification, Boolean> results = new HashMap<LiveDataSpecification, Boolean>();
for (LiveDataSpecification requestedSpec : requestedSpecifications) {
results.put(requestedSpec, true);