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