Package org.marketcetera.trade
Interface AverageFillPrice
-
- All Superinterfaces:
HasInstrument,HasSide
public interface AverageFillPrice extends HasInstrument, HasSide
Indicates the average fill price for a particularSide/Instrumenttuple.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigDecimalgetAveragePrice()Get the average price value.BigDecimalgetCumulativeQuantity()Get the cumulative quantity value.-
Methods inherited from interface org.marketcetera.event.HasInstrument
getInstrument, getInstrumentAsString
-
-
-
-
Method Detail
-
getCumulativeQuantity
BigDecimal getCumulativeQuantity()
Get the cumulative quantity value.- Returns:
- a
BigDecimalvalue
-
getAveragePrice
BigDecimal getAveragePrice()
Get the average price value.- Returns:
- a
BigDecimalvalue
-
-