Interface CreateQuoteSnapshotStrategy
- All Known Implementing Classes:
DefaultCreateQuoteSnapshotStrategy
public interface CreateQuoteSnapshotStrategy
Strategy for creating a new snapshot of a
QuoteModel.-
Method Summary
Modifier and TypeMethodDescriptioncreateQuoteSnapshot(QuoteModel quote, QuoteState quoteState) Creates a new quote snapshot.
-
Method Details
-
createQuoteSnapshot
Creates a new quote snapshot.- Parameters:
quote- theQuoteModelto create a new snapshot forquoteState- the desiredQuoteStatefor the new quote snapshot- Returns:
- the new quote snapshot
-