Method: Quickfix50Sp2::AllocationReport::NoUnderlyings::NoUndlyInstrumentParties::NoUndlyInstrumentPartySubIDs#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoUndlyInstrumentPartySubIDs

Returns a new instance of NoUndlyInstrumentPartySubIDs.



20477
20478
20479
20480
20481
20482
20483
# File 'lib/quickfix50sp2.rb', line 20477

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1063
	order[1] = 1064
	order[2] = 0
	super(1062, 1063, order)
end