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