Class: Quickfix::RptSeq
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
1771 1772 1773 |
# File 'lib/quickfix_fields.rb', line 1771 def RptSeq.field return 83 end |