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