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



364582
364583
364584
364585
364586
364587
364588
364589
364590
364591
# File 'lib/quickfix50sp2.rb', line 364582

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