Class: Quickfix::LegIndexAnnexVersion
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegIndexAnnexVersion
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegIndexAnnexVersion
constructor
A new instance of LegIndexAnnexVersion.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegIndexAnnexVersion
Returns a new instance of LegIndexAnnexVersion.
42815 42816 42817 42818 42819 42820 42821 |
# File 'lib/quickfix_fields.rb', line 42815 def initialize(data = nil) if( data == nil ) super(2173) else super(2173, data) end end |
Class Method Details
.field ⇒ Object
42812 42813 42814 |
# File 'lib/quickfix_fields.rb', line 42812 def LegIndexAnnexVersion.field return 2173 end |