Class: Quickfix50Sp2::OrderMassCancelReport::NoNotAffectedOrders

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

#initializeNoNotAffectedOrders

Returns a new instance of NoNotAffectedOrders.



135782
135783
135784
135785
135786
135787
135788
135789
135790
# File 'lib/quickfix50sp2.rb', line 135782

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 1372
  order[1] = 1371
  order[2] = 1825
  order[3] = 2677
  order[4] = 0
  super(1370, 1372, order)
end