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

#include <qle/instruments/bondbasket.hpp>

+ Collaboration diagram for Cash:

Public Member Functions

 Cash (Real flow=0.0, Real discountedFlow=0.0)
 

Public Attributes

Real flow_
 
Real discountedFlow_
 

Detailed Description

Definition at line 44 of file bondbasket.hpp.

Constructor & Destructor Documentation

◆ Cash()

Cash ( Real  flow = 0.0,
Real  discountedFlow = 0.0 
)

Definition at line 46 of file bondbasket.hpp.

46: flow_(flow), discountedFlow_(discountedFlow) {}
Real discountedFlow_
Definition: bondbasket.hpp:48

Member Data Documentation

◆ flow_

Real flow_

Definition at line 47 of file bondbasket.hpp.

◆ discountedFlow_

Real discountedFlow_

Definition at line 48 of file bondbasket.hpp.