Class: Quickfix::AllocReportRefID

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

Returns a new instance of AllocReportRefID.



104540
104541
104542
104543
104544
104545
104546
# File 'ext/quickfix/QuickfixRuby.cpp', line 104540

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

Class Method Details

.fieldObject



10689
10690
10691
# File 'lib/quickfix_fields.rb', line 10689

def AllocReportRefID.field
	return 795
end