Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoRelatedPartyDetailID::NoRelatedPartyDetailAltID::NoRelatedPartyDetailAltSubIDs

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

#initializeNoRelatedPartyDetailAltSubIDs

Returns a new instance of NoRelatedPartyDetailAltSubIDs.



376206
376207
376208
376209
376210
376211
376212
# File 'lib/quickfix50sp2.rb', line 376206

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1573
	order[1] = 1574
	order[2] = 0
	super(1572, 1573, order)
end