Class: Quickfix50Sp2::PartyEntitlementsDefinitionRequestAck::NoPartyEntitlements::NoPartyDetails::NoRelatedPartyDetailID::NoRelatedPartyDetailAltID

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoRelatedPartyDetailAltSubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initialize ⇒ NoRelatedPartyDetailAltID

Returns a new instance of NoRelatedPartyDetailAltID.



364896
364897
364898
364899
364900
364901
364902
364903
# File 'lib/quickfix50sp2.rb', line 364896

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 1570
	order[1] = 1571
	order[2] = 1572
	order[3] = 0
	super(1569, 1570, order)
end