Class: Quickfix::CollAsgnRefID

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

Returns a new instance of CollAsgnRefID.



115320
115321
115322
115323
115324
115325
115326
# File 'ext/quickfix/QuickfixRuby.cpp', line 115320

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

Class Method Details

.fieldObject



12119
12120
12121
# File 'lib/quickfix_fields.rb', line 12119

def CollAsgnRefID.field
	return 907
end