We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31e934 commit f887cb7Copy full SHA for f887cb7
1 file changed
ORE-SWIG/OREAnalytics-SWIG/SWIG/orea_app.i
@@ -127,8 +127,8 @@ public:
127
void setBuildFailedTrades(bool b);
128
void setObservationModel(const std::string& s);
129
void setImplyTodaysFixings(bool b);
130
- void setUseAtParCouponCurves(bool b);
131
- void setUseAtParCouponTrades(bool b);
+ void setUseAtParCouponsCurves(bool b);
+ void setUseAtParCouponsTrades(bool b);
132
void setMarketConfig(const std::string& config, const std::string& context);
133
void setResultsPath(boost::filesystem::path resultsPath);
134
void setRefDataManager(const ext::shared_ptr<ore::data::BasicReferenceDataManager>& refDataManager);
0 commit comments