Class: Quickfix::ApplBegSeqNum
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ApplBegSeqNum
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplBegSeqNum
constructor
A new instance of ApplBegSeqNum.
Constructor Details
#initialize(data = nil) ⇒ ApplBegSeqNum
Returns a new instance of ApplBegSeqNum.
15762 15763 15764 15765 15766 15767 15768 |
# File 'lib/quickfix_fields.rb', line 15762 def initialize(data = nil) if( data == nil ) super(1182) else super(1182, data) end end |