Class: Quickfix40::Allocation::NoExecs

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

Instance Method Summary collapse

Constructor Details

#initializeNoExecs



166
167
168
169
170
171
172
173
174
# File 'lib/quickfix40.rb', line 166

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