Class: Quickfix44::AllocationReportAck::NoAllocs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix44.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoAllocs



12176
12177
12178
12179
12180
12181
12182
12183
12184
12185
12186
12187
12188
# File 'lib/quickfix44.rb', line 12176

def initialize
  order = Quickfix::IntArray.new(9)
  order[0] = 79
  order[1] = 661
  order[2] = 366
  order[3] = 467
  order[4] = 776
  order[5] = 161
  order[6] = 360
  order[7] = 361
  order[8] = 0
  super(78, 79, order)
end