StrikedTypePayoff − Intermediate class for payoffs based on a fixed strike.
#include <ql/instruments/payoffs.hpp>
Inherits TypePayoff.
Inherited by AssetOrNothingPayoff, CashOrNothingPayoff, GapPayoff, PercentageStrikePayoff, PlainVanillaPayoff, SuperFundPayoff, and SuperSharePayoff.
Public Member Functions
Real strike () const
Payoff interface
std::string description () const
Protected Member Functions
StrikedTypePayoff (Option::Type type, Real strike)
Protected Attributes
Real strike_
Intermediate class for payoffs based on a fixed strike.
Generated automatically by Doxygen for QuantLib from the source code.