Class: Quickfix::AllocReportType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AllocReportType

Returns a new instance of AllocReportType.



10822
10823
10824
10825
10826
10827
10828
# File 'lib/quickfix_fields.rb', line 10822

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

Class Method Details

.fieldObject



10819
10820
10821
# File 'lib/quickfix_fields.rb', line 10819

def AllocReportType.field
	return 794
end