#include <DiscountQuote.h>
Inheritance diagram for com::ftlabs::fisa::calc::DiscountQuote:

Public Member Functions | |
| DiscountQuote (double discount) | |
| DiscountQuote (const DiscountQuote "e) | |
| virtual | ~DiscountQuote (void) |
| DiscountQuote & | operator= (const DiscountQuote "e) |
| double | getDiscount () const |
| double | getPrice (const Calculator *maturity, const Calculator **otherRedemptions, int otherRedemptionsCount) const throw ( CalculationException ) |
Private Attributes | |
| double | discount |
| com::ftlabs::fisa::calc::DiscountQuote::DiscountQuote | ( | double | discount | ) |
| com::ftlabs::fisa::calc::DiscountQuote::DiscountQuote | ( | const DiscountQuote & | quote | ) |
| virtual com::ftlabs::fisa::calc::DiscountQuote::~DiscountQuote | ( | void | ) | [virtual] |
| DiscountQuote& com::ftlabs::fisa::calc::DiscountQuote::operator= | ( | const DiscountQuote & | quote | ) |
| double com::ftlabs::fisa::calc::DiscountQuote::getDiscount | ( | ) | const |
| double com::ftlabs::fisa::calc::DiscountQuote::getPrice | ( | const Calculator * | maturity, | |
| const Calculator ** | otherRedemptions, | |||
| int | otherRedemptionsCount | |||
| ) | const throw ( CalculationException ) [virtual] |
Implements com::ftlabs::fisa::calc::Quote.
double com::ftlabs::fisa::calc::DiscountQuote::discount [private] |
1.5.2