Class: Quickfix::PreallocMethod

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

Instance Method Summary collapse

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