Class: Quickfix50Sp2::PartyEntitlementsReport::NoPartyEntitlements

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

Defined Under Namespace

Classes: NoEntitlements, NoPartyDetails

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoPartyEntitlements

Returns a new instance of NoPartyEntitlements.



363799
363800
363801
363802
363803
363804
363805
363806
# File 'lib/quickfix50sp2.rb', line 363799

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 1671
  order[1] = 1883
  order[2] = 1773
  order[3] = 0
  super(1772, 1671, order)
end