コード例 #1
0
 public QuickFix.UnderlyingCouponPaymentDate getUnderlyingCouponPaymentDate()
 { QuickFix.UnderlyingCouponPaymentDate value = new QuickFix.UnderlyingCouponPaymentDate();
   getField(value); return value; }
コード例 #2
0
 public bool isSet(QuickFix.UnderlyingCouponPaymentDate field)
 {
     return(isSetField(field));
 }
コード例 #3
0
 public QuickFix.UnderlyingCouponPaymentDate get(QuickFix.UnderlyingCouponPaymentDate value)
 {
     getField(value); return(value);
 }
コード例 #4
0
 public QuickFix.UnderlyingCouponPaymentDate getUnderlyingCouponPaymentDate()
 {
     QuickFix.UnderlyingCouponPaymentDate value = new QuickFix.UnderlyingCouponPaymentDate();
     getField(value); return(value);
 }
コード例 #5
0
 public void set(QuickFix.UnderlyingCouponPaymentDate value)
 {
     setField(value);
 }