Class: Quickfix::LegIndexAnnexVersion

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

Instance Method Summary collapse

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