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