Class: Quickfix::CollAsgnID

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

Returns a new instance of CollAsgnID.



114830
114831
114832
114833
114834
114835
114836
# File 'ext/quickfix/QuickfixRuby.cpp', line 114830

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

Class Method Details

.fieldObject



12054
12055
12056
# File 'lib/quickfix_fields.rb', line 12054

def CollAsgnID.field
	return 902
end