Class: Quickfix50Sp2::PartyActionRequest::NoRelatedPartyDetailID

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoPartyRelationships, NoRelatedPartyDetailAltID, NoRelatedPartyDetailSubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoRelatedPartyDetailID

Returns a new instance of NoRelatedPartyDetailID.



381456
381457
381458
381459
381460
381461
381462
381463
381464
381465
381466
381467
# File 'lib/quickfix50sp2.rb', line 381456

def initialize
	order = Quickfix::IntArray.new(8)
	order[0] = 1563
	order[1] = 1564
	order[2] = 1565
	order[3] = 1675
	order[4] = 1566
	order[5] = 1569
	order[6] = 1514
	order[7] = 0
	super(1562, 1563, order)
end