Class: Quickfix::HopRefID

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

Returns a new instance of HopRefID.



27740
27741
27742
27743
27744
27745
27746
# File 'ext/quickfix/QuickfixRuby.cpp', line 27740

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

Class Method Details

.fieldObject



718
719
720
# File 'lib/quickfix_fields.rb', line 718

def HopRefID.field
	return 630
end