Class: Quickfix50Sp1::CrossOrderCancelRequest::NoRootPartyIDs

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

Defined Under Namespace

Classes: NoRootPartySubIDs

Instance Method Summary collapse

Constructor Details

#initializeNoRootPartyIDs



6875
6876
6877
6878
6879
6880
6881
6882
6883
# File 'lib/quickfix50sp1.rb', line 6875

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