public abstract class AbstractSalesSwapLegQuote extends Object
Parent class for types of quote that can be used as part of a swap quote, specifically
SalesSwapSpotQuote
and SalesSwapFwdQuote
.
To create a spot quote for a swap use the SalesSwapSpotQuoteBuilder
by
calling the SalesSwapSpotQuoteBuilder.create()
method.
To create a forward quote for a swap use the SalesSwapFwdQuoteBuilder
by
calling the SalesSwapFwdQuoteBuilder.create()
method.
SalesSwapSpotQuote
,
SalesSwapFwdQuote
public AbstractSalesSwapLegQuote(LegQuote legQuote)
Copyright © 2015 Caplin Systems.