Package org.marketcetera.trade
Interface HasExecutionReport
-
public interface HasExecutionReportIndicates that the implementer has anExecutionReport.- Since:
- $Release$
- Version:
- $Id: HasOrder.java 17796 2018-11-20 18:47:57Z colin $
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionReportgetExecutionReport()Get the order summary value.
-
-
-
Method Detail
-
getExecutionReport
ExecutionReport getExecutionReport()
Get the order summary value.- Returns:
- an
ExecutionReportvalue
-
-