Class: Quickfix::ExecRefID

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

Returns a new instance of ExecRefID.



29700
29701
29702
29703
29704
29705
29706
# File 'ext/quickfix/QuickfixRuby.cpp', line 29700

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

Class Method Details

.fieldObject



978
979
980
# File 'lib/quickfix_fields.rb', line 978

def ExecRefID.field
	return 19
end