UnderlyingCouponPaymentDate Field
Inheritance: StringField
Exemple #1
0
 public void Set(QuickFix.Fields.UnderlyingCouponPaymentDate val) 
 { 
     this.UnderlyingCouponPaymentDate = val;
 }
 public QuickFix.Fields.UnderlyingCouponPaymentDate Get(QuickFix.Fields.UnderlyingCouponPaymentDate val)
 {
     GetField(val);
     return(val);
 }
 public bool IsSet(QuickFix.Fields.UnderlyingCouponPaymentDate val)
 {
     return(IsSetUnderlyingCouponPaymentDate());
 }
 public void Set(QuickFix.Fields.UnderlyingCouponPaymentDate val)
 {
     this.UnderlyingCouponPaymentDate = val;
 }