Class: Quickfix::IndexAnnexVersion
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::IndexAnnexVersion
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IndexAnnexVersion
constructor
A new instance of IndexAnnexVersion.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ IndexAnnexVersion
Returns a new instance of IndexAnnexVersion.
25642 25643 25644 25645 25646 25647 25648 |
# File 'lib/quickfix_fields.rb', line 25642 def initialize(data = nil) if( data == nil ) super(1958) else super(1958, data) end end |
Class Method Details
.field ⇒ Object
25639 25640 25641 |
# File 'lib/quickfix_fields.rb', line 25639 def IndexAnnexVersion.field return 1958 end |