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.



26951
26952
26953
26954
26955
26956
26957
# File 'lib/quickfix50sp2.rb', line 26951

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