Class: Quickfix::TotNumAssignmentReports

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

Returns a new instance of TotNumAssignmentReports.



11290
11291
11292
11293
11294
11295
11296
# File 'lib/quickfix_fields.rb', line 11290

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

Class Method Details

.fieldObject



11287
11288
11289
# File 'lib/quickfix_fields.rb', line 11287

def TotNumAssignmentReports.field
	return 832
end