Method: Quickfix50::NewOrderCross::NoRootPartyIDs::NoRootPartySubIDs#initialize

Defined in:
lib/quickfix50.rb

#initializeNoRootPartySubIDs

Returns a new instance of NoRootPartySubIDs.



8324
8325
8326
8327
8328
8329
8330
# File 'lib/quickfix50.rb', line 8324

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1121
	order[1] = 1122
	order[2] = 0
	super(1120, 1121, order)
end