Class: Quickfix::UnderlyingPaymentStreamCompoundingFixedRate

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

Returns a new instance of UnderlyingPaymentStreamCompoundingFixedRate.



72637
72638
72639
72640
72641
72642
72643
# File 'lib/quickfix_fields.rb', line 72637

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

Class Method Details

.fieldObject



72634
72635
72636
# File 'lib/quickfix_fields.rb', line 72634

def UnderlyingPaymentStreamCompoundingFixedRate.field
  return 42900
end