Class: Quickfix::IndexAnnexVersion

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

Returns a new instance of IndexAnnexVersion.



25642
25643
25644
25645
25646
25647
25648
# File 'lib/quickfix_fields.rb', line 25642

def initialize(data = nil)
	if( data == nil )
		super(1958)
	else
		super(1958, data)
	end
end

Class Method Details

.fieldObject



25639
25640
25641
# File 'lib/quickfix_fields.rb', line 25639

def IndexAnnexVersion.field
	return 1958
end