Class: Quickfix::UnderlyingPaymentStreamCompoundingCapRate

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) ⇒ 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

Class Method Details

.fieldObject



73024
73025
73026
# File 'lib/quickfix_fields.rb', line 73024

def UnderlyingPaymentStreamCompoundingCapRate.field
	return 42930
end