Class: Quickfix50::TradeCaptureReportAck::NoRootPartyIDs

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

Defined Under Namespace

Classes: NoRootPartySubIDs

Instance Method Summary collapse

Constructor Details

#initializeNoRootPartyIDs



10200
10201
10202
10203
10204
10205
10206
10207
10208
# File 'lib/quickfix50.rb', line 10200

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