public bool isSet(QuickFix.NoPartyRelationships field)
 {
     return(isSetField(field));
 }
 public QuickFix.NoPartyRelationships getNoPartyRelationships()
 {
     QuickFix.NoPartyRelationships value = new QuickFix.NoPartyRelationships();
     getField(value); return(value);
 }
 public void set(QuickFix.NoPartyRelationships value)
 {
     setField(value);
 }
 public QuickFix.NoPartyRelationships get(QuickFix.NoPartyRelationships value)
 {
     getField(value); return(value);
 }
 public QuickFix.NoPartyRelationships getNoPartyRelationships()
 { QuickFix.NoPartyRelationships value = new QuickFix.NoPartyRelationships();
   getField(value); return value; }