Class: Quickfix44::AllocationInstructionAck::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



2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
# File 'lib/quickfix44.rb', line 2555

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