Class: Quickfix50Sp2::SecurityListUpdateReport::NoRelatedSym::NoLegs::NoLegProvisions::NoLegProvisionPartyIDs

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

Defined Under Namespace

Classes: NoLegProvisionPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegProvisionPartyIDs

Returns a new instance of NoLegProvisionPartyIDs.



321018
321019
321020
321021
321022
321023
321024
321025
321026
321027
# File 'lib/quickfix50sp2.rb', line 321018

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 40534
	order[1] = 40535
	order[2] = 40536
	order[3] = 2380
	order[4] = 40537
	order[5] = 0
	super(40533, 40534, order)
end