Class: Quickfix::PayReportStatus

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

Returns a new instance of PayReportStatus.



77135
77136
77137
77138
77139
77140
77141
# File 'lib/quickfix_fields.rb', line 77135

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

Class Method Details

.fieldObject



77132
77133
77134
# File 'lib/quickfix_fields.rb', line 77132

def PayReportStatus.field
  return 2806
end