Class: Quickfix50::TradeCaptureReport::NoRootPartyIDs

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

Defined Under Namespace

Classes: NoRootPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoRootPartyIDs

Returns a new instance of NoRootPartyIDs.



11273
11274
11275
11276
11277
11278
11279
11280
11281
# File 'lib/quickfix50.rb', line 11273

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 1117
	order[1] = 1118
	order[2] = 1119
	order[3] = 1120
	order[4] = 0
	super(1116, 1117, order)
end