Class: Quickfix::UnderlyingPaymentStreamCompoundingFinalRatePrecision

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFinalRatePrecision

Returns a new instance of UnderlyingPaymentStreamCompoundingFinalRatePrecision.



73131
73132
73133
73134
73135
73136
73137
# File 'lib/quickfix_fields.rb', line 73131

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

Class Method Details

.fieldObject



73128
73129
73130
# File 'lib/quickfix_fields.rb', line 73128

def UnderlyingPaymentStreamCompoundingFinalRatePrecision.field
  return 42938
end