Class: Quickfix::AllocReportID

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

Returns a new instance of AllocReportID.



100546
100547
100548
100549
100550
100551
100552
# File 'ext/quickfix/QuickfixRuby.cpp', line 100546

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

Class Method Details

.fieldObject



10182
10183
10184
# File 'lib/quickfix_fields.rb', line 10182

def AllocReportID.field
	return 755
end