Class: Quickfix::TotalNumPosReports

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotalNumPosReports

Returns a new instance of TotalNumPosReports.



12135
12136
12137
12138
12139
12140
12141
# File 'lib/quickfix_fields.rb', line 12135

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

Class Method Details

.fieldObject



12132
12133
12134
# File 'lib/quickfix_fields.rb', line 12132

def TotalNumPosReports.field
  return 727
end