Assembla home | Assembla project page
 

Changeset 169

Show
Ignore:
Timestamp:
05/19/08 17:30:49 (6 months ago)
Author:
snovik
Message:

Fix: QL 14949

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/QLNet/QLNet/Termstructures/Yield/Bondhelpers.cs

    r130 r169  
    5454        } 
    5555 
     56        /*! \warning Setting a pricing engine to the passed bond from 
     57             external code will cause the bootstrap to fail or 
     58             to give wrong results. It is advised to discard 
     59             the bond after creating the helper, so that the 
     60             helper has sole ownership of it. 
     61        */ 
    5662        public FixedRateBondHelper(Handle<Quote> cleanPrice, FixedRateBond bond) 
    5763                : base(cleanPrice) { 
     64            bond_ = bond; 
    5865            latestDate_ = bond_.maturityDate(); 
    5966