PartyListResponseType Field
Inheritance: IntField
 public bool IsSet(QuickFix.Fields.PartyListResponseType val)
 {
     return(IsSetPartyListResponseType());
 }
 public void Set(QuickFix.Fields.PartyListResponseType val)
 {
     this.PartyListResponseType = val;
 }
 public QuickFix.Fields.PartyListResponseType Get(QuickFix.Fields.PartyListResponseType val)
 {
     GetField(val);
     return(val);
 }
 public void Set(QuickFix.Fields.PartyListResponseType val) 
 { 
     this.PartyListResponseType = val;
 }