Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoRelatedPartyDetailID::NoRelatedPartyDetailSubIDs

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

#initializeNoRelatedPartyDetailSubIDs

Returns a new instance of NoRelatedPartyDetailSubIDs.



376186
376187
376188
376189
376190
376191
376192
# File 'lib/quickfix50sp2.rb', line 376186

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1567
	order[1] = 1568
	order[2] = 0
	super(1566, 1567, order)
end