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