Class: Quickfix50Sp2::PartyActionReport::NoRelatedPartyDetailID::NoRelatedPartyDetailAltID::NoRelatedPartyDetailAltSubIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoRelatedPartyDetailAltSubIDs



381608
381609
381610
381611
381612
381613
381614
# File 'lib/quickfix50sp2.rb', line 381608

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1573
  order[1] = 1574
  order[2] = 0
  super(1572, 1573, order)
end