Class: Quickfix::TotNumAssignmentReports

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotNumAssignmentReports

Returns a new instance of TotNumAssignmentReports.



2814
2815
2816
2817
2818
2819
2820
# File 'lib/quickfix_fields.rb', line 2814

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

Class Method Details

.fieldObject



2811
2812
2813
# File 'lib/quickfix_fields.rb', line 2811

def TotNumAssignmentReports.field
	return 832
end