protected PriceableCommodityFixedLeg(NonPeriodicFixedPriceLeg fixedLeg)
 {
     Multiplier     = 1.0m;
     AnalyticsModel = new CommoditySwapLegAnalytic();
     FixedLeg       = fixedLeg;
 }
예제 #2
0
 protected PriceableCommoditySwapLeg()
 {
     Multiplier     = 1.0m;
     AnalyticsModel = new CommoditySwapLegAnalytic();
 }