public StopLossTypeProduct(StopLossInformation instInfo, 
                             //UnderlyingInfo underInfo,
                             //StopEventPricer pricer,
                             MCEngine mcEngine)
    // : base(instInfo.InstInfo_, underInfo, pricer, mcEngine)
 {
     //this.underInfo_ = underInfo;
     //this.pricer_ = pricer;
     this.mcEngine_ = mcEngine;
 }
 public StopLossTypeProduct(StopLossInformation instInfo,
                            //UnderlyingInfo underInfo,
                            //StopEventPricer pricer,
                            MCEngine mcEngine)
 // : base(instInfo.InstInfo_, underInfo, pricer, mcEngine)
 {
     //this.underInfo_ = underInfo;
     //this.pricer_ = pricer;
     this.mcEngine_ = mcEngine;
 }