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