Class: Quickfix::ApplicationSystemVersion

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplicationSystemVersion

Returns a new instance of ApplicationSystemVersion.



22015
22016
22017
22018
22019
22020
22021
# File 'lib/quickfix_fields.rb', line 22015

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