Skip to content

Commit

Permalink
Porting #2063 PR QuantLib C++ - Warsaw Stock Exchange Calendar (Polan…
Browse files Browse the repository at this point in the history
…d) (#669)
  • Loading branch information
lballabio committed Aug 24, 2024
2 parents 1e1f08d + c1766fb commit 3730e91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion SWIG/calendars.i
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,12 @@ namespace QuantLib {

class NewZealand : public Calendar {};
class Norway : public Calendar {};
class Poland : public Calendar {};

class Poland : public Calendar {
public:
enum Market { Settlement, WSE };
Poland(Market m = Settlement);
};

class Romania : public Calendar {
public:
Expand Down

0 comments on commit 3730e91

Please sign in to comment.