Method: Quickfix50Sp2::AllocationInstructionAlert::NoPartyIDs#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoPartyIDs

Returns a new instance of NoPartyIDs.



25299
25300
25301
25302
25303
25304
25305
25306
25307
# File 'lib/quickfix50sp2.rb', line 25299

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 448
	order[1] = 447
	order[2] = 452
	order[3] = 802
	order[4] = 0
	super(453, 448, order)
end