All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.marketcetera.trade.HasOrder Maven / Gradle / Ivy

The newest version!
package org.marketcetera.trade;

/* $License$ */

/**
 * Indicates that the implementer has an {@link Order}.
 *
 * @author Colin DuPlantis
 * @version $Id$
 * @since $Release$
 */
public interface HasOrder
{
    /**
     * Get the order value.
     *
     * @return an Order value
     */
    Order getOrder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy