Class: Quickfix43::Allocation::NoExecs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoExecs

Returns a new instance of NoExecs.



855
856
857
858
859
860
861
862
863
864
# File 'lib/quickfix43.rb', line 855

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