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