Class: Quickfix::IndividualAllocType

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) ⇒ IndividualAllocType

Returns a new instance of IndividualAllocType.



123834
123835
123836
123837
123838
123839
123840
# File 'ext/quickfix/QuickfixRuby.cpp', line 123834

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

Class Method Details

.fieldObject



13237
13238
13239
# File 'lib/quickfix_fields.rb', line 13237

def IndividualAllocType.field
	return 992
end