Class: Quickfix50Sp2::PartyDetailsDefinitionRequestAck::NoPartyUpdates::NoPartyDetails::NoRelatedPartyDetailID

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

Defined Under Namespace

Classes: NoPartyRelationships, NoRelatedPartyDetailAltID, NoRelatedPartyDetailSubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoRelatedPartyDetailID



364267
364268
364269
364270
364271
364272
364273
364274
364275
364276
364277
364278
# File 'lib/quickfix50sp2.rb', line 364267

def initialize
  order = Quickfix::IntArray.new(8)
  order[0] = 1563
  order[1] = 1564
  order[2] = 1565
  order[3] = 1675
  order[4] = 1566
  order[5] = 1569
  order[6] = 1514
  order[7] = 0
  super(1562, 1563, order)
end