Class: Quickfix::UnderlyingPaymentStreamCompoundingRateIndexCurvePeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateIndexCurvePeriod



72949
72950
72951
72952
72953
72954
72955
# File 'lib/quickfix_fields.rb', line 72949

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