public QuickFix.UnderlyingCouponPaymentDate getUnderlyingCouponPaymentDate()
 { QuickFix.UnderlyingCouponPaymentDate value = new QuickFix.UnderlyingCouponPaymentDate();
   getField(value); return value; }
 public bool isSet(QuickFix.UnderlyingCouponPaymentDate field)
 {
     return(isSetField(field));
 }
 public QuickFix.UnderlyingCouponPaymentDate get(QuickFix.UnderlyingCouponPaymentDate value)
 {
     getField(value); return(value);
 }
 public QuickFix.UnderlyingCouponPaymentDate getUnderlyingCouponPaymentDate()
 {
     QuickFix.UnderlyingCouponPaymentDate value = new QuickFix.UnderlyingCouponPaymentDate();
     getField(value); return(value);
 }
 public void set(QuickFix.UnderlyingCouponPaymentDate value)
 {
     setField(value);
 }