Class: Quickfix::ApplReportID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplReportID

Returns a new instance of ApplReportID.



9483
9484
9485
9486
9487
9488
9489
# File 'lib/quickfix_fields.rb', line 9483

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

Class Method Details

.fieldObject



9480
9481
9482
# File 'lib/quickfix_fields.rb', line 9480

def ApplReportID.field
  return 1356
end