Class: Quickfix::PreallocMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PreallocMethod

Returns a new instance of PreallocMethod.



10172
10173
10174
10175
10176
10177
10178
# File 'lib/quickfix_fields.rb', line 10172

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

Class Method Details

.fieldObject



10169
10170
10171
# File 'lib/quickfix_fields.rb', line 10169

def PreallocMethod.field
	return 591
end