Method: Quickfix50Sp1::AllocationInstructionAlert::NoEvents#initialize

Defined in:
lib/quickfix50sp1.rb

#initializeNoEvents

Returns a new instance of NoEvents.



21661
21662
21663
21664
21665
21666
21667
21668
21669
21670
# File 'lib/quickfix50sp1.rb', line 21661

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 865
	order[1] = 866
	order[2] = 1145
	order[3] = 867
	order[4] = 868
	order[5] = 0
	super(864, 865, order)
end