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

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