Class: Quickfix44::AllocationInstruction::NoExecs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix44.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoExecs

Returns a new instance of NoExecs.



2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'lib/quickfix44.rb', line 2150

def initialize
	order = Quickfix::IntArray.new(7)
	order[0] = 32
	order[1] = 17
	order[2] = 527
	order[3] = 31
	order[4] = 669
	order[5] = 29
	order[6] = 0
	super(124, 32, order)
end