Class: Quickfix::AllocHandlInst

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

Returns a new instance of AllocHandlInst.



45418
45419
45420
45421
45422
45423
45424
# File 'ext/quickfix/QuickfixRuby.cpp', line 45418

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

Class Method Details

.fieldObject



3006
3007
3008
# File 'lib/quickfix_fields.rb', line 3006

def AllocHandlInst.field
	return 209
end