Class: Quickfix50Sp1::TradeCaptureReportAck::NoRootPartyIDs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp1.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.



16847
16848
16849
16850
16851
16852
16853
16854
16855
# File 'lib/quickfix50sp1.rb', line 16847

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