PayforSum(Payoff& optpay) { OptPay = optpay.clone(); }
PayoffBridge::PayoffBridge(const Payoff& innerPayoff) { ThePayoffPtr = innerPayoff.clone(); }