Class: Quickfix::ApplReportType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplReportType

Returns a new instance of ApplReportType.



17504
17505
17506
17507
17508
17509
17510
# File 'lib/quickfix_fields.rb', line 17504

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

Class Method Details

.fieldObject



17501
17502
17503
# File 'lib/quickfix_fields.rb', line 17501

def ApplReportType.field
	return 1426
end