Skip to content

Commit

Permalink
init members
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaspers committed Aug 4, 2022
1 parent 9087e73 commit c6008d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ql/cashflows/fixedratecoupon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ namespace QuantLib {


FixedRateLeg::FixedRateLeg(const Schedule& schedule)
: schedule_(schedule), paymentCalendar_(schedule.calendar()),
paymentAdjustment_(Following), paymentLag_(0) {}
: schedule_(schedule), paymentCalendar_(schedule.calendar()), paymentAdjustment_(Following),
paymentLag_(0), exCouponAdjustment_(Following), exCouponEndOfMonth_(false) {}

FixedRateLeg& FixedRateLeg::withNotionals(Real notional) {
notionals_ = vector<Real>(1,notional);
Expand Down

0 comments on commit c6008d9

Please sign in to comment.