Class: Quickfix44::AllocationInstruction::NoExecs

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

Instance Method Summary collapse

Constructor Details

#initializeNoExecs

Returns a new instance of NoExecs.



1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
# File 'lib/quickfix44.rb', line 1680

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