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