#include <orea/engine/parsensitivitycubestream.hpp>
Public Member Functions | |
ParSensitivityCubeStream (const QuantLib::ext::shared_ptr< ZeroToParCube > &cube, const std::string ¤cy) | |
ore::analytics::SensitivityRecord | next () override |
void | reset () override |
Resets the stream so that SensitivityRecord objects can be streamed again. | |
Public Member Functions inherited from SensitivityStream | |
virtual | ~SensitivityStream () |
Destructor. | |
Class for streaming SensitivityRecords from a par sensitivity cube
ParSensitivityCubeStream | ( | const QuantLib::ext::shared_ptr< ZeroToParCube > & | cube, |
const std::string & | currency | ||
) |
Constructor providing the sensitivity cube
and currency of the sensitivities
|
overridevirtual |
Returns the next SensitivityRecord in the stream
Implements SensitivityStream.