CashSettlAgentCode Field
Inheritance: StringField
 public bool IsSet(QuickFix.Fields.CashSettlAgentCode val)
 {
     return(IsSetCashSettlAgentCode());
 }
 public void Set(QuickFix.Fields.CashSettlAgentCode val)
 {
     this.CashSettlAgentCode = val;
 }
 public QuickFix.Fields.CashSettlAgentCode Get(QuickFix.Fields.CashSettlAgentCode val)
 {
     GetField(val);
     return(val);
 }
 public void Set(QuickFix.Fields.CashSettlAgentCode val) 
 { 
     this.CashSettlAgentCode = val;
 }