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

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoRootPartySubIDs

Returns a new instance of NoRootPartySubIDs.



19571
19572
19573
19574
19575
19576
19577
# File 'lib/quickfix50sp2.rb', line 19571

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