Class: Quickfix50Sp1::AllocationInstructionAlert::NoExecs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoExecs



21635
21636
21637
21638
21639
21640
21641
21642
21643
21644
21645
21646
21647
# File 'lib/quickfix50sp1.rb', line 21635

def initialize
  order = Quickfix::IntArray.new(9)
  order[0] = 32
  order[1] = 17
  order[2] = 527
  order[3] = 31
  order[4] = 669
  order[5] = 29
  order[6] = 1003
  order[7] = 1041
  order[8] = 0
  super(124, 32, order)
end