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

Public Member Functions | |
| virtual | ~Quote (void) |
| virtual double | getPrice (const Calculator *maturity, const Calculator **otherRedemptions, int otherRedemptionsCount) const=0 throw ( CalculationException ) |
Protected Member Functions | |
| Quote (void) | |
| com::ftlabs::fisa::calc::Quote::Quote | ( | void | ) | [inline, protected] |
| virtual com::ftlabs::fisa::calc::Quote::~Quote | ( | void | ) | [inline, virtual] |
| virtual double com::ftlabs::fisa::calc::Quote::getPrice | ( | const Calculator * | maturity, | |
| const Calculator ** | otherRedemptions, | |||
| int | otherRedemptionsCount | |||
| ) | const throw ( CalculationException ) [pure virtual] |
1.5.2