Class: Quickfix50Sp2::PartyEntitlementsUpdateReport::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.



364354
364355
364356
364357
364358
364359
364360
364361
364362
364363
# File 'lib/quickfix50sp2.rb', line 364354

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