/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.livedata.server; import com.opengamma.util.PublicAPI; /** * A live data server provides market data to clients, usually via JMS. */ @PublicAPI public interface LiveDataServer { }