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