Class: Quickfix::FIXEngineName

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

Returns a new instance of FIXEngineName.



21963
21964
21965
21966
21967
21968
21969
# File 'lib/quickfix_fields.rb', line 21963

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

Class Method Details

.fieldObject



21960
21961
21962
# File 'lib/quickfix_fields.rb', line 21960

def FIXEngineName.field
  return 1600
end