Class: Quickfix::ApplReportType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplReportType

Returns a new instance of ApplReportType.



18635
18636
18637
18638
18639
18640
18641
# File 'lib/quickfix_fields.rb', line 18635

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