InvestorCountryOfResidence Field
Inheritance: StringField
 public void Set(QuickFix.Fields.InvestorCountryOfResidence val) 
 { 
     this.InvestorCountryOfResidence = val;
 }
Ejemplo n.º 2
0
 public bool IsSet(QuickFix.Fields.InvestorCountryOfResidence val)
 {
     return(IsSetInvestorCountryOfResidence());
 }
 public void Set(QuickFix.Fields.InvestorCountryOfResidence val)
 {
     this.InvestorCountryOfResidence = val;
 }
Ejemplo n.º 4
0
 public QuickFix.Fields.InvestorCountryOfResidence Get(QuickFix.Fields.InvestorCountryOfResidence val)
 {
     GetField(val);
     return(val);
 }