Class: Quickfix50Sp2::AllocationInstruction::NoExecs

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

#initializeNoExecs

Returns a new instance of NoExecs.



3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
# File 'lib/quickfix50sp2.rb', line 3632

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