Class: Quickfix50Sp2::PartyDetailsDefinitionRequestAck::NoPartyUpdates::NoPartyDetails::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

#initialize ⇒ NoRelatedPartyDetailAltSubIDs

Returns a new instance of NoRelatedPartyDetailAltSubIDs.



364301
364302
364303
364304
364305
364306
364307
# File 'lib/quickfix50sp2.rb', line 364301

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