Class: Quickfix::FIXEngineVersion

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ FIXEngineVersion

Returns a new instance of FIXEngineVersion.



21976
21977
21978
21979
21980
21981
21982
# File 'lib/quickfix_fields.rb', line 21976

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

Class Method Details

.fieldObject



21973
21974
21975
# File 'lib/quickfix_fields.rb', line 21973

def FIXEngineVersion.field
	return 1601
end