#include <orea/engine/marketriskreport.hpp>
Public Member Functions | |
TradeGroup () | |
TradeGroup (std::string portfolioId) | |
const std::string & | portfolioId () const |
std::string | to_string () override |
bool | allLevel () const override |
Public Member Functions inherited from TradeGroupBase | |
TradeGroupBase () | |
virtual | ~TradeGroupBase () |
virtual std::string | to_string ()=0 |
virtual bool | allLevel () const =0 |
Private Attributes | |
std::string | portfolioId_ |
Definition at line 126 of file marketriskreport.hpp.
TradeGroup | ( | ) |
Definition at line 128 of file marketriskreport.hpp.
TradeGroup | ( | std::string | portfolioId | ) |
Definition at line 129 of file marketriskreport.hpp.
const std::string & portfolioId | ( | ) | const |
Definition at line 131 of file marketriskreport.hpp.
|
overridevirtual |
|
overridevirtual |
Implements TradeGroupBase.
Definition at line 134 of file marketriskreport.hpp.
|
private |
Definition at line 137 of file marketriskreport.hpp.