Class: Quickfix::CollAsgnRespType

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

Returns a new instance of CollAsgnRespType.



115124
115125
115126
115127
115128
115129
115130
# File 'ext/quickfix/QuickfixRuby.cpp', line 115124

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

Class Method Details

.fieldObject



12093
12094
12095
# File 'lib/quickfix_fields.rb', line 12093

def CollAsgnRespType.field
	return 905
end