Class: Quickfix50Sp1::OrderMassActionReport::NoAffectedOrders

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

#initializeNoAffectedOrders

Returns a new instance of NoAffectedOrders.



23280
23281
23282
23283
23284
23285
23286
23287
# File 'lib/quickfix50sp1.rb', line 23280

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 41
	order[1] = 535
	order[2] = 536
	order[3] = 0
	super(534, 41, order)
end