Class: Quickfix::ApplReqType

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

Returns a new instance of ApplReqType.



157706
157707
157708
157709
157710
157711
157712
# File 'ext/quickfix/QuickfixRuby.cpp', line 157706

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

Class Method Details

.fieldObject



17696
17697
17698
# File 'lib/quickfix_fields.rb', line 17696

def ApplReqType.field
	return 1347
end