#include <ql/experimental/cryptocurrency/cryptofuture.hpp>
Public Member Functions | |
CryptoPayoff (Real multiplier) | |
virtual Real | payoffFiat (Real price) const |
virtual Real | payoffCrypto (Real price) const |
![]() | |
virtual std::string | name () const =0 |
virtual std::string | description () const =0 |
virtual Real | operator() (Real price) const =0 |
virtual void | accept (AcyclicVisitor &) |
Protected Attributes | |
Real | multiplier_ |