Class: Quickfix50Sp1::OrderMassActionReport::NoNotAffectedOrders

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

Instance Method Summary collapse

Constructor Details

#initializeNoNotAffectedOrders

Returns a new instance of NoNotAffectedOrders.



15562
15563
15564
15565
15566
15567
15568
# File 'lib/quickfix50sp1.rb', line 15562

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