Class: Quickfix50Sp2::PartyEntitlementsDefinitionRequestAck::NoPartyEntitlements::NoPartyDetails::NoRelatedPartyDetailID::NoRelatedPartyDetailSubIDs

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

#initialize ⇒ NoRelatedPartyDetailSubIDs

Returns a new instance of NoRelatedPartyDetailSubIDs.



364886
364887
364888
364889
364890
364891
364892
# File 'lib/quickfix50sp2.rb', line 364886

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1567
	order[1] = 1568
	order[2] = 0
	super(1566, 1567, order)
end