Skip to content

Commit 101c2c5

Browse files
rolandlichtersjenkins
authored andcommitted
another fix for the ore swig build
1 parent 43754cb commit 101c2c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OREData/ored/portfolio/commodityspreadoption.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class CommoditySpreadOption : public ore::data::Trade {
5555
std::vector<ore::data::LegData> legData_;
5656
std::vector<boost::shared_ptr<CommodityFloatingLegData>> commLegData_;
5757
std::string exerciseDate_;
58-
boost::shared_ptr<CommodityCashFlow> longAssetCashFlow_;
59-
boost::shared_ptr<CommodityCashFlow> shortAssetCashFlow_;
58+
boost::shared_ptr<QuantExt::CommodityCashFlow> longAssetCashFlow_;
59+
boost::shared_ptr<QuantExt::CommodityCashFlow> shortAssetCashFlow_;
6060
std::vector<std::string> fxIndex_;
6161
QuantLib::Real quantity_;
6262
QuantLib::Spread spreadStrike_;

0 commit comments

Comments
 (0)