Class: Quickfix43::NewOrderMultileg::NoAllocs

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

Instance Method Summary collapse

Constructor Details

#initializeNoAllocs

Returns a new instance of NoAllocs.



2911
2912
2913
2914
2915
2916
2917
2918
# File 'lib/quickfix43.rb', line 2911

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