Class: Quickfix::UnderlyingIndexAnnexVersion
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingIndexAnnexVersion
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingIndexAnnexVersion
constructor
A new instance of UnderlyingIndexAnnexVersion.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingIndexAnnexVersion
Returns a new instance of UnderlyingIndexAnnexVersion.
26240 26241 26242 26243 26244 26245 26246 |
# File 'lib/quickfix_fields.rb', line 26240 def initialize(data = nil) if( data == nil ) super(2004) else super(2004, data) end end |
Class Method Details
.field ⇒ Object
26237 26238 26239 |
# File 'lib/quickfix_fields.rb', line 26237 def .field return 2004 end |