Class: Quickfix::ApplicationSystemVersion

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

Class Method Details

.fieldObject



22012
22013
22014
# File 'lib/quickfix_fields.rb', line 22012

def ApplicationSystemVersion.field
  return 1604
end