Class: Quickfix50Sp2::SecurityListUpdateReport::NoRelatedSym::NoLegs::NoLegStreams::NoLegPaymentStreamFixingDates

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

#initializeNoLegPaymentStreamFixingDates

Returns a new instance of NoLegPaymentStreamFixingDates.



320344
320345
320346
320347
320348
320349
320350
# File 'lib/quickfix50sp2.rb', line 320344

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 42460
	order[1] = 42461
	order[2] = 0
	super(42459, 42460, order)
end