CryptoPayoffInverse.
More...
#include <ql/experimental/cryptocurrency/cryptofuture.hpp>
|
| CryptoPayoffInverse (Real multiplier=0.00001) |
|
std::string | name () const |
|
std::string | description () const |
|
virtual Real | operator() (Real price) const |
|
| CryptoPayoff (Real multiplier) |
|
virtual Real | payoffFiat (Real price) const |
|
virtual Real | payoffCrypto (Real price) const |
|
virtual void | accept (AcyclicVisitor &) |
|
std::string name |
( |
| ) |
const |
|
virtual |
- Warning:
- This method is used for output and comparison between payoffs. It is not meant to be used for writing switch-on-type code.
Implements Payoff.