QuantLib_ContinuousFixedLookbackOption (3) - Linux Manuals
QuantLib_ContinuousFixedLookbackOption: Continuous-fixed lookback option.
NAME
QuantLib::ContinuousFixedLookbackOption - Continuous-fixed lookback option.
SYNOPSIS
#include <ql/instruments/lookbackoption.hpp>
Inherits QuantLib::OneAssetOption.
Classes
class arguments
Arguments for continuous fixed lookback option calculation
class engine
Continuous fixed lookback engine base class
Public Member Functions
ContinuousFixedLookbackOption (Real currentMinmax, const boost::shared_ptr< StrikedTypePayoff > &payoff, const boost::shared_ptr< Exercise > &exercise)
void setupArguments (PricingEngine::arguments *) const
Protected Attributes
Detailed Description
Continuous-fixed lookback option.
Member Function Documentation
void setupArguments (PricingEngine::arguments *) const [virtual]
When a derived argument structure is defined for an instrument, this method should be overridden to fill it. This is mandatory in case a pricing engine is used.
Reimplemented from Option.
Author
Generated automatically by Doxygen for QuantLib from the source code.