コード例 #1
0
 public void SetPrices(Source src_, ConstituentRow row_)
 {
   SetValue(src_, PriceType.Price, row_.Price);
   SetValue(src_, PriceType.Yield, row_.Yield);
   SetValue(src_, PriceType.Spread, row_.Spread);
   SetValue(src_, PriceType.MMS, row_.MMS);
   SetValue(src_, PriceType.TrueSpread, row_.TrueSpread / 100d);
 }
コード例 #2
0
 public ConstituentRowCompare(ConstituentRow row_)
 {
   CurveName = row_.CurveName;
   Bond = row_.Bond;
   ISIN = row_.ISIN;
   Coupon = row_.Coupon;
   Maturity = row_.Maturity;
 }