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

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

#initializeNoLegProvisionPartySubIDs

Returns a new instance of NoLegProvisionPartySubIDs.



321030
321031
321032
321033
321034
321035
321036
# File 'lib/quickfix50sp2.rb', line 321030

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 40538
	order[1] = 40539
	order[2] = 0
	super(40537, 40538, order)
end