Class: Quickfix50Sp2::MassQuoteAck::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.



95495
95496
95497
95498
95499
95500
95501
95502
95503
95504
# File 'lib/quickfix50sp2.rb', line 95495

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