Class: Quickfix43::OrderCancelReplaceRequest::NoAllocs

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoAllocs



750
751
752
753
754
755
756
757
758
# File 'lib/quickfix43.rb', line 750

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