package org.marketcetera.trade; import org.marketcetera.util.misc.ClassVersion; /* $License$ */ /** * The underlying asset type of a <code>Future</code>. * * @author <a href="mailto:colin@marketcetera.com">Colin DuPlantis</a> * @version $Id: FutureUnderlyingAssetType.java 16154 2012-07-14 16:34:05Z colin $ * @since 2.1.0 */ @ClassVersion("$Id: FutureUnderlyingAssetType.java 16154 2012-07-14 16:34:05Z colin $") public interface FutureUnderlyingAssetType { }