
org.marketcetera.trade.HasOrderSummary Maven / Gradle / Ivy
The newest version!
package org.marketcetera.trade;
/* $License$ */
/**
* Indicates that the implementer has an {@link OrderSummary}.
*
* @author Colin DuPlantis
* @version $Id: HasOrder.java 17796 2018-11-20 18:47:57Z colin $
* @since $Release$
*/
public interface HasOrderSummary
{
/**
* Get the order summary value.
*
* @return an OrderSummary
value
*/
OrderSummary getOrderSummary();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy