NoTargetPartyIDs Field
Inheritance: IntField
 public void Set(QuickFix.Fields.NoTargetPartyIDs val) 
 { 
     this.NoTargetPartyIDs = val;
 }
Exemple #2
0
 public QuickFix.Fields.NoTargetPartyIDs Get(QuickFix.Fields.NoTargetPartyIDs val)
 {
     GetField(val);
     return(val);
 }
Exemple #3
0
 public bool IsSet(QuickFix.Fields.NoTargetPartyIDs val)
 {
     return(IsSetNoTargetPartyIDs());
 }
Exemple #4
0
 public void Set(QuickFix.Fields.NoTargetPartyIDs val)
 {
     this.NoTargetPartyIDs = val;
 }