Class: Quickfix50::TradeCaptureReportAck::NoRootPartyIDs::NoRootPartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoRootPartySubIDs

Returns a new instance of NoRootPartySubIDs.



10211
10212
10213
10214
10215
10216
10217
# File 'lib/quickfix50.rb', line 10211

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