Class: Quickfix::UnderlyingPaymentStreamCompoundingRateSpread

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

Returns a new instance of UnderlyingPaymentStreamCompoundingRateSpread.



72988
72989
72990
72991
72992
72993
72994
# File 'lib/quickfix_fields.rb', line 72988

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

Class Method Details

.fieldObject



72985
72986
72987
# File 'lib/quickfix_fields.rb', line 72985

def UnderlyingPaymentStreamCompoundingRateSpread.field
  return 42927
end