Class: Quickfix50::AllocationInstruction::NoExecs

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

Instance Method Summary collapse

Constructor Details

#initializeNoExecs

Returns a new instance of NoExecs.



1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'lib/quickfix50.rb', line 1951

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