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