Class: Quickfix50Sp2::SecurityListUpdateReport::NoRelatedSym::NoLegs::NoLegStreams::NoLegPaymentStreamFormulas

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

#initializeNoLegPaymentStreamFormulas

Returns a new instance of NoLegPaymentStreamFormulas.



320383
320384
320385
320386
320387
320388
320389
320390
# File 'lib/quickfix50sp2.rb', line 320383

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 43110
	order[1] = 42486
	order[2] = 42487
	order[3] = 0
	super(42485, 43110, order)
end