Class: Quickfix::RespondentType

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

Returns a new instance of RespondentType.



140764
140765
140766
140767
140768
140769
140770
# File 'ext/quickfix/QuickfixRuby.cpp', line 140764

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

Class Method Details

.fieldObject



15460
15461
15462
# File 'lib/quickfix_fields.rb', line 15460

def RespondentType.field
	return 1172
end