PathPricer_old Class Template Reference

#include <ql/MonteCarlo/pathpricer.hpp>

List of all members.


Detailed Description

template<class PathType, class ValueType = double>
class QuantLib::PathPricer_old< PathType, ValueType >

base class for path pricers

Given a path the value of an option is returned on that path.

Deprecated:
use PathPricer instead


Public Member Functions

 PathPricer_old (DiscountFactor discount, bool useAntitheticVariance)
virtual ValueType operator() (const PathType &path) const=0

Protected Attributes

DiscountFactor discount_
bool useAntitheticVariance_


QuantLib.org
QuantLib
Hosted by
SourceForge.net Logo
Documentation generated by
doxygen