Class: Quickfix::PreallocMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PreallocMethod

Returns a new instance of PreallocMethod.



8040
8041
8042
8043
8044
8045
8046
# File 'lib/quickfix_fields.rb', line 8040

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

Class Method Details

.fieldObject



8037
8038
8039
# File 'lib/quickfix_fields.rb', line 8037

def PreallocMethod.field
  return 591
end