Class: Quickfix::AllocIntermedReqType

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

Returns a new instance of AllocIntermedReqType.



105814
105815
105816
105817
105818
105819
105820
# File 'ext/quickfix/QuickfixRuby.cpp', line 105814

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

Class Method Details

.fieldObject



10858
10859
10860
# File 'lib/quickfix_fields.rb', line 10858

def AllocIntermedReqType.field
	return 808
end