Class: Quickfix::RptSeq
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RptSeq
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
15697 15698 15699 15700 15701 15702 15703 |
# File 'lib/quickfix_fields.rb', line 15697 def initialize(data = nil) if( data == nil ) super(83) else super(83, data) end end |
Class Method Details
.field ⇒ Object
15694 15695 15696 |
# File 'lib/quickfix_fields.rb', line 15694 def RptSeq.field return 83 end |