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



364810
364811
364812
364813
364814
364815
364816
364817
364818
364819
364820
364821
364822
364823
# File 'lib/quickfix50sp2.rb', line 364810

def initialize
	order = Quickfix::IntArray.new(10)
	order[0] = 1324
	order[1] = 1883
	order[2] = 1884
	order[3] = 1328
	order[4] = 1664
	order[5] = 1665
	order[6] = 1671
	order[7] = 1773
	order[8] = 1885
	order[9] = 0
	super(1772, 1324, order)
end