Class: Quickfix::RptSeq
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RptSeq
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RptSeq
constructor
A new instance of RptSeq.
Constructor Details
#initialize(data = nil) ⇒ RptSeq
Returns a new instance of RptSeq.
1774 1775 1776 1777 1778 1779 1780 |
# File 'lib/quickfix_fields.rb', line 1774 def initialize(data = nil) if( data == nil ) super(83) else super(83, data) end end |