StrikedTypePayoff Class Reference
#include <ql/instruments/payoffs.hpp>
Inheritance diagram for StrikedTypePayoff:

Detailed Description
Intermediate class for payoffs based on a fixed strike.
Public Member Functions | |
StrikedTypePayoff (Option::Type type, Real strike) | |
Real | strike () const |
Payoff interface | |
std::string | description () const |
Protected Attributes | |
Real | strike_ |