Class: Quickfix::ApplResponseID

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ ApplResponseID

Returns a new instance of ApplResponseID.



158294
158295
158296
158297
158298
158299
158300
# File 'ext/quickfix/QuickfixRuby.cpp', line 158294

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

Class Method Details

.fieldObject



17774
17775
17776
# File 'lib/quickfix_fields.rb', line 17774

def ApplResponseID.field
	return 1353
end