예제 #1
0
 public bool isSet(QuickFix.SettlInstCode field)
 {
     return(isSetField(field));
 }
예제 #2
0
 public QuickFix.SettlInstCode getSettlInstCode()
 {
     QuickFix.SettlInstCode value = new QuickFix.SettlInstCode();
     getField(value); return(value);
 }
예제 #3
0
 public void set(QuickFix.SettlInstCode value)
 {
     setField(value);
 }
예제 #4
0
 public QuickFix.SettlInstCode get(QuickFix.SettlInstCode value)
 {
     getField(value); return(value);
 }
 public QuickFix.SettlInstCode getSettlInstCode()
 { QuickFix.SettlInstCode value = new QuickFix.SettlInstCode();
   getField(value); return value; }