Class: Quickfix::UnderlyingPaymentStreamCompoundingRateMultiplier

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateMultiplier

Returns a new instance of UnderlyingPaymentStreamCompoundingRateMultiplier.



72975
72976
72977
72978
72979
72980
72981
# File 'lib/quickfix_fields.rb', line 72975

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

Class Method Details

.fieldObject



72972
72973
72974
# File 'lib/quickfix_fields.rb', line 72972

def UnderlyingPaymentStreamCompoundingRateMultiplier.field
	return 42926
end