Class: Quickfix::ApplReportType

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

Class Method Details

.fieldObject



18632
18633
18634
# File 'lib/quickfix_fields.rb', line 18632

def ApplReportType.field
  return 1426
end