InstrAttribType Field
Inheritance: IntField
 public void Set(QuickFix.Fields.InstrAttribType val) 
 { 
     this.InstrAttribType = val;
 }
Exemplo n.º 2
0
 public QuickFix.Fields.InstrAttribType Get(QuickFix.Fields.InstrAttribType val)
 {
     GetField(val);
     return(val);
 }
Exemplo n.º 3
0
 public bool IsSet(QuickFix.Fields.InstrAttribType val)
 {
     return(IsSetInstrAttribType());
 }
Exemplo n.º 4
0
 public void Set(QuickFix.Fields.InstrAttribType val)
 {
     this.InstrAttribType = val;
 }