|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <commodity.hpp>
Collaboration diagram for PricingError:Public Types | |
| enum | Level { Info , Warning , Error , Fatal } |
Public Member Functions | |
| PricingError (Level errorLevel, std::string error, std::string detail) | |
Public Attributes | |
| Level | errorLevel |
| std::string | tradeId |
| std::string | error |
| std::string | detail |
Definition at line 43 of file commodity.hpp.
| enum Level |
| Enumerator | |
|---|---|
| Info | |
| Warning | |
| Error | |
| Fatal | |
Definition at line 44 of file commodity.hpp.
| PricingError | ( | Level | errorLevel, |
| std::string | error, | ||
| std::string | detail | ||
| ) |
Definition at line 51 of file commodity.hpp.
| Level errorLevel |
Definition at line 46 of file commodity.hpp.
| std::string tradeId |
Definition at line 47 of file commodity.hpp.
| std::string error |
Definition at line 48 of file commodity.hpp.
| std::string detail |
Definition at line 49 of file commodity.hpp.