Option (3) Linux Manual Page
QuantLib::Option – base option class Synopsis#include <ql/option.hpp> Inherits QuantLib::Instrument. Inherited by MultiAssetOption, OneAssetOption, and Swaption. Classesclass arguments basic option arguments Public Typesenum Type { Put = -1, Call = 1 } Public Member FunctionsOption (const boost::shared_ptr< Payoff > &payoff, const boost::shared_ptr< Exercise > &exercise) void setupArguments (PricingEngine::arguments *) const boost::shared_ptr< Payoff > payoff () boost::shared_ptr<…
