Class: Quickfix::LegIndexAnnexVersion

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) ⇒ 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

.fieldObject



42812
42813
42814
# File 'lib/quickfix_fields.rb', line 42812

def LegIndexAnnexVersion.field
  return 2173
end