Package org.marketcetera.trade
Interface HasAverageFillPrice
-
public interface HasAverageFillPriceIndicates that the implementor has anAverageFillPrice.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AverageFillPricegetAverageFillPrice()Get the average fill price value.
-
-
-
Method Detail
-
getAverageFillPrice
AverageFillPrice getAverageFillPrice()
Get the average fill price value.- Returns:
- an
AverageFillPricevalue
-
-