Skip to content

Commit 6fcd456

Browse files
damienbarkerjenkins
authored andcommitted
QPR-11645 use fixing instead of pastFixing as it throws error
1 parent f20fa7a commit 6fcd456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREAnalytics/orea/app/marketdataloader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void MarketDataLoader::populateFixings(
205205
if (isFxIndex(f.first)) {
206206
auto fxInd = parseFxIndex(f.first);
207207
try {
208-
fxInd->pastFixing(d);
208+
fxInd->fixing(d);
209209
break;
210210
}
211211
catch (...) {}

0 commit comments

Comments
 (0)