Class: Quickfix::PreallocMethod

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ PreallocMethod

Returns a new instance of PreallocMethod.



83298
83299
83300
83301
83302
83303
83304
# File 'ext/quickfix/QuickfixRuby.cpp', line 83298

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

Class Method Details

.fieldObject



7894
7895
7896
# File 'lib/quickfix_fields.rb', line 7894

def PreallocMethod.field
	return 591
end