Interface CreateQuoteSnapshotStrategy

All Known Implementing Classes:
DefaultCreateQuoteSnapshotStrategy

public interface CreateQuoteSnapshotStrategy
Strategy for creating a new snapshot of a QuoteModel.
  • Method Details

    • createQuoteSnapshot

      QuoteModel createQuoteSnapshot(QuoteModel quote, QuoteState quoteState)
      Creates a new quote snapshot.
      Parameters:
      quote - the QuoteModel to create a new snapshot for
      quoteState - the desired QuoteState for the new quote snapshot
      Returns:
      the new quote snapshot