Class: Quickfix::UnderlyingPaymentStreamCompoundingFinalRatePrecision

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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