Class: Quickfix::UnderlyingPaymentStreamDiscountRate

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

Returns a new instance of UnderlyingPaymentStreamDiscountRate.



34768
34769
34770
34771
34772
34773
34774
# File 'lib/quickfix_fields.rb', line 34768

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

Class Method Details

.fieldObject



34765
34766
34767
# File 'lib/quickfix_fields.rb', line 34765

def UnderlyingPaymentStreamDiscountRate.field
  return 40575
end