public QuickFix.SettlType getSettlType()
 { QuickFix.SettlType value = new QuickFix.SettlType();
   getField(value); return value; }
Пример #2
0
 public bool isSet(QuickFix.SettlType field)
 {
     return(isSetField(field));
 }
Пример #3
0
 public QuickFix.SettlType get(QuickFix.SettlType value)
 {
     getField(value); return(value);
 }
Пример #4
0
 public QuickFix.SettlType getSettlType()
 {
     QuickFix.SettlType value = new QuickFix.SettlType();
     getField(value); return(value);
 }
Пример #5
0
 public void set(QuickFix.SettlType value)
 {
     setField(value);
 }