Ejemplo n.º 1
0
 public override void initialize(FloatingRateCoupon coupon)
 {
     coupon_ = coupon as AverageBMACoupon;
     if (coupon_ == null)
     {
         throw new ApplicationException("wrong coupon type");
     }
 }
Ejemplo n.º 2
0
 public override void initialize(FloatingRateCoupon coupon) {
     coupon_ = coupon as AverageBMACoupon;
     if (coupon_ == null)
         throw new ApplicationException("wrong coupon type");
 }