Class: Quickfix::UnderlyingPaymentStreamCompoundingRateTreatment

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateTreatment

Returns a new instance of UnderlyingPaymentStreamCompoundingRateTreatment.



73014
73015
73016
73017
73018
73019
73020
# File 'lib/quickfix_fields.rb', line 73014

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