Uses of Interface
org.marketcetera.trade.AverageFillPrice
-
Packages that use AverageFillPrice Package Description org.marketcetera.trade org.marketcetera.trade.client org.marketcetera.trade.service -
-
Uses of AverageFillPrice in org.marketcetera.trade
Methods in org.marketcetera.trade that return AverageFillPrice Modifier and Type Method Description AverageFillPriceAverageFillPriceFactory. create()Create a newAverageFillPricevalue.AverageFillPriceAverageFillPriceFactory. create(Instrument inInstrument, Side inSide, BigDecimal inCumulativeQuantity, BigDecimal inAverageQuantity)Create a newAverageFillPricevalue.AverageFillPriceHasAverageFillPrice. getAverageFillPrice()Get the average fill price value. -
Uses of AverageFillPrice in org.marketcetera.trade.client
Methods in org.marketcetera.trade.client that return types with arguments of type AverageFillPrice Modifier and Type Method Description CollectionPageResponse<AverageFillPrice>TradeClient. getAveragePriceFills(PageRequest inPageRequest)Get average price fills values. -
Uses of AverageFillPrice in org.marketcetera.trade.service
Methods in org.marketcetera.trade.service that return types with arguments of type AverageFillPrice Modifier and Type Method Description CollectionPageResponse<AverageFillPrice>ReportService. getAverageFillPrices(PageRequest inPageRequest)Get the average fill price values.
-