Class: Quickfix50Sp2::ExecutionReport::NoLegs::NoNested3PartyIDs

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

Defined Under Namespace

Classes: NoNested3PartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoNested3PartyIDs



1113
1114
1115
1116
1117
1118
1119
1120
1121
# File 'lib/quickfix50sp2.rb', line 1113

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 949
  order[1] = 950
  order[2] = 951
  order[3] = 952
  order[4] = 0
  super(948, 949, order)
end