Class: Quickfix50Sp2::OrderMassActionReport::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.



341787
341788
341789
341790
341791
341792
341793
341794
341795
# File 'lib/quickfix50sp2.rb', line 341787

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