Class: Quickfix::AllocType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ AllocType

Returns a new instance of AllocType.



86728
86729
86730
86731
86732
86733
86734
# File 'ext/quickfix/QuickfixRuby.cpp', line 86728

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

Class Method Details

.fieldObject



8349
8350
8351
# File 'lib/quickfix_fields.rb', line 8349

def AllocType.field
	return 626
end