Class: Quickfix::ApplResponseType

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

Returns a new instance of ApplResponseType.



157804
157805
157806
157807
157808
157809
157810
# File 'ext/quickfix/QuickfixRuby.cpp', line 157804

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

Class Method Details

.fieldObject



17709
17710
17711
# File 'lib/quickfix_fields.rb', line 17709

def ApplResponseType.field
	return 1348
end