Class: Quickfix::IDSource

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

Returns a new instance of IDSource.



29994
29995
29996
29997
29998
29999
30000
# File 'ext/quickfix/QuickfixRuby.cpp', line 29994

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

Class Method Details

.fieldObject



1017
1018
1019
# File 'lib/quickfix_fields.rb', line 1017

def IDSource.field
	return 22
end