示例#1
0
 /// <summary>
 /// Creates an instance.
 /// </summary>
 /// <param name="productPricer">  the pricer for <seealso cref="ResolvedFxSingle"/> </param>
 public DiscountingFxSingleTradePricer(DiscountingFxSingleProductPricer productPricer)
 {
     this.productPricer = ArgChecker.notNull(productPricer, "productPricer");
 }
示例#2
0
 /// <summary>
 /// Creates an instance.
 /// </summary>
 /// <param name="fxPricer">  the pricer for <seealso cref="ResolvedFxSingle"/> </param>
 public DiscountingFxSwapProductPricer(DiscountingFxSingleProductPricer fxPricer)
 {
     this.fxPricer = ArgChecker.notNull(fxPricer, "fxPricer");
 }