Class: Quickfix::ApplicationSystemVendor

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

Returns a new instance of ApplicationSystemVendor.



22028
22029
22030
22031
22032
22033
22034
# File 'lib/quickfix_fields.rb', line 22028

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

Class Method Details

.fieldObject



22025
22026
22027
# File 'lib/quickfix_fields.rb', line 22025

def ApplicationSystemVendor.field
  return 1605
end