public override void initialize(FloatingRateCoupon coupon) { coupon_ = coupon as AverageBMACoupon; if (coupon_ == null) { throw new ApplicationException("wrong coupon type"); } }
public override void initialize(FloatingRateCoupon coupon) { coupon_ = coupon as AverageBMACoupon; if (coupon_ == null) throw new ApplicationException("wrong coupon type"); }