Class: Quickfix50Sp2::TradeCaptureReportAck::NoRootPartyIDs::NoRootPartySubIDs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Constructor Details

#initializeNoRootPartySubIDs

Returns a new instance of NoRootPartySubIDs.



12219
12220
12221
12222
12223
12224
12225
# File 'lib/quickfix50sp2.rb', line 12219

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