Interface PriceAdjustmentStrategy<T>
- All Known Implementing Classes:
DefaultPriceAdjustmentStrategy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Strategy to perform price adjustment of an order entry, taking into consideration provided quantity
-
Method Summary
Modifier and TypeMethodDescriptionPerforms calculation of the adjusted price for the provided entry with respect to quantity value
-
Method Details
-
get
Performs calculation of the adjusted price for the provided entry with respect to quantity value- Parameters:
entry- an entry to perform price correction on, e.g.OrderEntryRAOquantity- quantity value to be used in price correction related calculations- Returns:
- adjusted price value
-