Method: Quickfix50Sp2::TradeCaptureReportRequest::NoUnderlyings::NoUndlyInstrumentParties#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoUndlyInstrumentParties

Returns a new instance of NoUndlyInstrumentParties.



14558
14559
14560
14561
14562
14563
14564
14565
14566
# File 'lib/quickfix50sp2.rb', line 14558

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 1059
	order[1] = 1060
	order[2] = 1061
	order[3] = 1062
	order[4] = 0
	super(1058, 1059, order)
end