Class: Quickfix::UnderlyingPaymentStreamCompoundingRateIndexCurveUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateIndexCurveUnit

Returns a new instance of UnderlyingPaymentStreamCompoundingRateIndexCurveUnit.



72962
72963
72964
72965
72966
72967
72968
# File 'lib/quickfix_fields.rb', line 72962

def initialize(data = nil)
	if( data == nil )
		super(42925)
	else
		super(42925, data)
	end
end