Class: Quickfix50Sp2::OrderMassActionReport::NoAffectedOrders

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoAffectedOrders

Returns a new instance of NoAffectedOrders.



26940
26941
26942
26943
26944
26945
26946
26947
# File 'lib/quickfix50sp2.rb', line 26940

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 41
  order[1] = 535
  order[2] = 536
  order[3] = 0
  super(534, 41, order)
end