Class: Quickfix::CollRespID

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

Returns a new instance of CollRespID.



115026
115027
115028
115029
115030
115031
115032
# File 'ext/quickfix/QuickfixRuby.cpp', line 115026

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

Class Method Details

.fieldObject



12080
12081
12082
# File 'lib/quickfix_fields.rb', line 12080

def CollRespID.field
	return 904
end