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