Package org.marketcetera.trade
Interface AverageFillPriceFactory
-
public interface AverageFillPriceFactoryCreates newAverageFillPriceobjects.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AverageFillPricecreate()Create a newAverageFillPricevalue.AverageFillPricecreate(Instrument inInstrument, Side inSide, BigDecimal inCumulativeQuantity, BigDecimal inAverageQuantity)Create a newAverageFillPricevalue.
-
-
-
Method Detail
-
create
AverageFillPrice create()
Create a newAverageFillPricevalue.- Returns:
- an
AverageFillPricevalue
-
create
AverageFillPrice create(Instrument inInstrument, Side inSide, BigDecimal inCumulativeQuantity, BigDecimal inAverageQuantity)
Create a newAverageFillPricevalue.- Parameters:
inInstrument- anInstrumentvalueinSide- aSidevalueinCumulativeQuantity- aBigDecimalvalueinAverageQuantity- aBigDecimalvalue- Returns:
- an
AverageFillPricevalue
-
-