Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::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

#initializeNoRelatedPartyDetailAltID

Returns a new instance of NoRelatedPartyDetailAltID.



376196
376197
376198
376199
376200
376201
376202
376203
# File 'lib/quickfix50sp2.rb', line 376196

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