Stock − Simple stock class.
#include <ql/instruments/stock.hpp>
Inherits Instrument.
Public Member Functions
Stock (const Handle< Quote > "e)
bool isExpired () const
returns whether the instrument might have value greater than zero.
Protected Member Functions
void performCalculations () const
Additional Inherited Members
Simple stock class.
void performCalculations () const [protected], [virtual]
In case a pricing engine is not used, this method must be overridden to perform the actual calculations and set any needed results. In case a pricing engine is used, the default implementation can be used.
Reimplemented from Instrument.
Generated automatically by Doxygen for QuantLib from the source code.