Class: Quickfix50Sp2::PartyActionReport::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.



381574
381575
381576
381577
381578
381579
381580
381581
381582
381583
381584
381585
# File 'lib/quickfix50sp2.rb', line 381574

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