NestedPartyRole Field
Inheritance: IntField
Exemplo n.º 1
0
 public void Set(QuickFix.Fields.NestedPartyRole val) 
 { 
     this.NestedPartyRole = val;
 }
 public QuickFix.Fields.NestedPartyRole Get(QuickFix.Fields.NestedPartyRole val)
 {
     GetField(val);
     return(val);
 }
 public bool IsSet(QuickFix.Fields.NestedPartyRole val)
 {
     return(IsSetNestedPartyRole());
 }
 public void Set(QuickFix.Fields.NestedPartyRole val)
 {
     this.NestedPartyRole = val;
 }