Class: Quickfix::UnderlyingPaymentStreamCompoundingFloorRate

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

Returns a new instance of UnderlyingPaymentStreamCompoundingFloorRate.



73066
73067
73068
73069
73070
73071
73072
# File 'lib/quickfix_fields.rb', line 73066

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

Class Method Details

.fieldObject



73063
73064
73065
# File 'lib/quickfix_fields.rb', line 73063

def UnderlyingPaymentStreamCompoundingFloorRate.field
  return 42933
end