Class: Quickfix::ApplicationSystemName

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

Returns a new instance of ApplicationSystemName.



22002
22003
22004
22005
22006
22007
22008
# File 'lib/quickfix_fields.rb', line 22002

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

Class Method Details

.fieldObject



21999
22000
22001
# File 'lib/quickfix_fields.rb', line 21999

def ApplicationSystemName.field
  return 1603
end