Class: Quickfix::TotNoInstrumentReports

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



62003
62004
62005
62006
62007
62008
62009
# File 'lib/quickfix_fields.rb', line 62003

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

Class Method Details

.fieldObject



62000
62001
62002
# File 'lib/quickfix_fields.rb', line 62000

def TotNoInstrumentReports.field
  return 2538
end