Class: Quickfix50Sp1::OrderMassActionReport::NoNotAffectedOrders

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp1.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.



23306
23307
23308
23309
23310
23311
23312
# File 'lib/quickfix50sp1.rb', line 23306

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