Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Payment::arguments Class Reference

#include <qle/instruments/payment.hpp>

+ Inheritance diagram for Payment::arguments:
+ Collaboration diagram for Payment::arguments:

Public Member Functions

void validate () const override
 

Public Attributes

Currency currency
 
QuantLib::ext::shared_ptr< SimpleCashFlow > cashflow
 

Detailed Description

Definition at line 72 of file payment.hpp.

Member Function Documentation

◆ validate()

void validate ( ) const
override

Definition at line 52 of file payment.cpp.

52 {
53 // always valid
54}

Member Data Documentation

◆ currency

Currency currency

Definition at line 74 of file payment.hpp.

◆ cashflow

QuantLib::ext::shared_ptr<SimpleCashFlow> cashflow

Definition at line 75 of file payment.hpp.