Class: Quickfix::UnderlyingIndexAnnexVersion

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

.fieldObject



26237
26238
26239
# File 'lib/quickfix_fields.rb', line 26237

def UnderlyingIndexAnnexVersion.field
  return 2004
end