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



84896
84897
84898
84899
84900
84901
84902
84903
84904
84905
# File 'lib/quickfix50sp2.rb', line 84896

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