Method: Quickfix50Sp1::TradeCaptureReportRequest::NoInstrumentParties#initialize

Defined in:
lib/quickfix50sp1.rb

#initializeNoInstrumentParties

Returns a new instance of NoInstrumentParties.



12393
12394
12395
12396
12397
12398
12399
12400
12401
# File 'lib/quickfix50sp1.rb', line 12393

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 1019
	order[1] = 1050
	order[2] = 1051
	order[3] = 1052
	order[4] = 0
	super(1018, 1019, order)
end