コード例 #1
0
 protected PriceableCommodityFixedLeg(NonPeriodicFixedPriceLeg fixedLeg)
 {
     Multiplier     = 1.0m;
     AnalyticsModel = new CommoditySwapLegAnalytic();
     FixedLeg       = fixedLeg;
 }
コード例 #2
0
 protected PriceableCommoditySwapLeg()
 {
     Multiplier     = 1.0m;
     AnalyticsModel = new CommoditySwapLegAnalytic();
 }