Class: Quickfix50Sp2::OrderMassActionReport::NoNotAffectedOrders

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

Instance Method Summary collapse

Constructor Details

#initializeNoNotAffectedOrders

Returns a new instance of NoNotAffectedOrders.



16706
16707
16708
16709
16710
16711
16712
# File 'lib/quickfix50sp2.rb', line 16706

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