Class: Quickfix50Sp2::DerivativeSecurityList::NoRelatedSym::NoLegs::NoLegStreams::NoLegPaymentStreamCompoundingDates

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

#initializeNoLegPaymentStreamCompoundingDates

Returns a new instance of NoLegPaymentStreamCompoundingDates.



172275
172276
172277
172278
172279
172280
172281
# File 'lib/quickfix50sp2.rb', line 172275

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 42406
	order[1] = 42407
	order[2] = 0
	super(42405, 42406, order)
end