Class: Quickfix50Sp2::OrderMassStatusRequest::NoTargetPartyIDs

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

Defined Under Namespace

Classes: NoTargetPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoTargetPartyIDs

Returns a new instance of NoTargetPartyIDs.



195204
195205
195206
195207
195208
195209
195210
195211
195212
195213
# File 'lib/quickfix50sp2.rb', line 195204

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 1462
  order[1] = 1463
  order[2] = 1464
  order[3] = 1818
  order[4] = 2433
  order[5] = 0
  super(1461, 1462, order)
end