Method: Quickfix50Sp2::AllocationReportAck::NoPartyIDs::NoPartySubIDs#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoPartySubIDs

Returns a new instance of NoPartySubIDs.



20755
20756
20757
20758
20759
20760
20761
# File 'lib/quickfix50sp2.rb', line 20755

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 523
	order[1] = 803
	order[2] = 0
	super(802, 523, order)
end