Class: Quickfix::TotNumReports

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotNumReports

Returns a new instance of TotNumReports.



12122
12123
12124
12125
12126
12127
12128
# File 'lib/quickfix_fields.rb', line 12122

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

Class Method Details

.fieldObject



12119
12120
12121
# File 'lib/quickfix_fields.rb', line 12119

def TotNumReports.field
  return 911
end