Class: Quickfix::UnderlyingPaymentStreamCompoundingInitialRate

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

Returns a new instance of UnderlyingPaymentStreamCompoundingInitialRate.



73105
73106
73107
73108
73109
73110
73111
# File 'lib/quickfix_fields.rb', line 73105

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

Class Method Details

.fieldObject



73102
73103
73104
# File 'lib/quickfix_fields.rb', line 73102

def UnderlyingPaymentStreamCompoundingInitialRate.field
  return 42936
end