Class: Quickfix42::NewOrderList::NoOrders::NoAllocs

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

Instance Method Summary collapse

Constructor Details

#initializeNoAllocs

Returns a new instance of NoAllocs.



352
353
354
355
356
357
358
# File 'lib/quickfix42.rb', line 352

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 79
  order[1] = 80
  order[2] = 0
  super(78, 79, order)
end