Class: Quickfix::AllocReportType

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

Returns a new instance of AllocReportType.



104442
104443
104444
104445
104446
104447
104448
# File 'ext/quickfix/QuickfixRuby.cpp', line 104442

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

Class Method Details

.fieldObject



10676
10677
10678
# File 'lib/quickfix_fields.rb', line 10676

def AllocReportType.field
	return 794
end