/// <summary>
 /// Creates an instance.
 /// </summary>
 /// <param name="capFloorLegPricer">  the pricer for <seealso cref="IborCapFloorLeg"/> </param>
 /// <param name="payLegPricer">  the pricer for <seealso cref="SwapLeg"/> </param>
 public NormalIborCapFloorProductPricer(NormalIborCapFloorLegPricer capFloorLegPricer, DiscountingSwapLegPricer payLegPricer) : base(capFloorLegPricer, payLegPricer)
 {
 }