ApplBegSeqNum Field
Inheritance: IntField
コード例 #1
0
 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;
 }