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



4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'lib/quickfix50sp2.rb', line 4157

def initialize
	order = Quickfix::IntArray.new(14)
	order[0] = 11
	order[1] = 37
	order[2] = 526
	order[3] = 14
	order[4] = 39
	order[5] = 636
	order[6] = 151
	order[7] = 84
	order[8] = 6
	order[9] = 103
	order[10] = 58
	order[11] = 354
	order[12] = 355
	order[13] = 0
	super(73, 11, order)
end