Method: Quickfix50Sp1::AllocationReport::NoOrders::NoNested2PartyIDs#initialize

Defined in:
lib/quickfix50sp1.rb

#initializeNoNested2PartyIDs

Returns a new instance of NoNested2PartyIDs.



17462
17463
17464
17465
17466
17467
17468
17469
17470
# File 'lib/quickfix50sp1.rb', line 17462

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 757
	order[1] = 758
	order[2] = 759
	order[3] = 806
	order[4] = 0
	super(756, 757, order)
end