Class: Quickfix50Sp2::PartyDetailsDefinitionRequestAck::NoPartyUpdates

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

Defined Under Namespace

Classes: NoPartyDetails

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoPartyUpdates



364207
364208
364209
364210
364211
364212
364213
364214
364215
364216
364217
364218
# File 'lib/quickfix50sp2.rb', line 364207

def initialize
  order = Quickfix::IntArray.new(8)
  order[0] = 1324
  order[1] = 1879
  order[2] = 1880
  order[3] = 1328
  order[4] = 1664
  order[5] = 1665
  order[6] = 1671
  order[7] = 0
  super(1676, 1324, order)
end