Class: Quickfix::RefAllocID

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

Returns a new instance of RefAllocID.



33976
33977
33978
33979
33980
33981
33982
# File 'ext/quickfix/QuickfixRuby.cpp', line 33976

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

Class Method Details

.fieldObject



1511
1512
1513
# File 'lib/quickfix_fields.rb', line 1511

def RefAllocID.field
	return 72
end