Method: Quickfix50Sp1::TradeCaptureReportRequest::NoPartyIDs#initialize

Defined in:
lib/quickfix50sp1.rb

#initializeNoPartyIDs

Returns a new instance of NoPartyIDs.



8294
8295
8296
8297
8298
8299
8300
8301
8302
# File 'lib/quickfix50sp1.rb', line 8294

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 448
	order[1] = 447
	order[2] = 452
	order[3] = 802
	order[4] = 0
	super(453, 448, order)
end