Class: Quickfix::UnderlyingPaymentStreamCompoundingCapRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingCapRate

Returns a new instance of UnderlyingPaymentStreamCompoundingCapRate.



73027
73028
73029
73030
73031
73032
73033
# File 'lib/quickfix_fields.rb', line 73027

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