Method: Quickfix50Sp1::TradeCaptureReport::NoUnderlyings::NoUndlyInstrumentParties#initialize

Defined in:
lib/quickfix50sp1.rb

#initializeNoUndlyInstrumentParties

Returns a new instance of NoUndlyInstrumentParties.



12777
12778
12779
12780
12781
12782
12783
12784
12785
# File 'lib/quickfix50sp1.rb', line 12777

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