OptAttribute Field
Inheritance: CharField
Exemple #1
0
 public void Set(QuickFix.Fields.OptAttribute val) 
 { 
     this.OptAttribute = val;
 }
Exemple #2
0
 public QuickFix.Fields.OptAttribute Get(QuickFix.Fields.OptAttribute val)
 {
     GetField(val);
     return(val);
 }
Exemple #3
0
 public bool IsSet(QuickFix.Fields.OptAttribute val)
 {
     return(IsSetOptAttribute());
 }
Exemple #4
0
 public void Set(QuickFix.Fields.OptAttribute val)
 {
     this.OptAttribute = val;
 }