Class: Quickfix50Sp2::ExecutionReport::NoOrders

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

#initializeNoOrders

Returns a new instance of NoOrders.



16155
16156
16157
16158
16159
16160
16161
16162
16163
16164
16165
# File 'lib/quickfix50sp2.rb', line 16155

def initialize
	order = Quickfix::IntArray.new(7)
	order[0] = 2887
	order[1] = 2888
	order[2] = 2836
	order[3] = 2889
	order[4] = 2890
	order[5] = 2835
	order[6] = 0
	super(73, 2887, order)
end