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



363085
363086
363087
363088
363089
363090
363091
363092
# File 'lib/quickfix50sp2.rb', line 363085

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