Class: Quickfix41::Allocation::NoExecs

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

Instance Method Summary collapse

Constructor Details

#initializeNoExecs

Returns a new instance of NoExecs.



225
226
227
228
229
230
231
232
233
# File 'lib/quickfix41.rb', line 225

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