Пример #1
0
 public override void initialize(FloatingRateCoupon coupon)
 {
     coupon_ = coupon as AverageBMACoupon;
     if (coupon_ == null)
     {
         throw new ApplicationException("wrong coupon type");
     }
 }
Пример #2
0
 public override void initialize(FloatingRateCoupon coupon) {
     coupon_ = coupon as AverageBMACoupon;
     if (coupon_ == null)
         throw new ApplicationException("wrong coupon type");
 }