Class: Quickfix::LegIndexAnnexVersion
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegIndexAnnexVersion
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegIndexAnnexVersion
constructor
A new instance of LegIndexAnnexVersion.
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 |