Class: Quickfix50Sp2::PartyEntitlementsDefinitionRequestAck::NoPartyEntitlements::NoPartyDetails::NoPartyDetailSubIDs

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

#initializeNoPartyDetailSubIDs

Returns a new instance of NoPartyDetailSubIDs.



364841
364842
364843
364844
364845
364846
364847
# File 'lib/quickfix50sp2.rb', line 364841

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1695
	order[1] = 1696
	order[2] = 0
	super(1694, 1695, order)
end