Class: Quickfix50Sp2::PartyDetailsDefinitionRequestAck::NoPartyUpdates::NoPartyDetails::NoPartyDetailAltID

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

Defined Under Namespace

Classes: NoPartyDetailAltSubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoPartyDetailAltID

Returns a new instance of NoPartyDetailAltID.



364246
364247
364248
364249
364250
364251
364252
364253
# File 'lib/quickfix50sp2.rb', line 364246

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 1517
  order[1] = 1518
  order[2] = 1519
  order[3] = 0
  super(1516, 1517, order)
end