Class: Quickfix::UnderlyingPaymentStreamCompoundingRateIndexCurvePeriod

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

Returns a new instance of 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

Class Method Details

.fieldObject



72946
72947
72948
# File 'lib/quickfix_fields.rb', line 72946

def UnderlyingPaymentStreamCompoundingRateIndexCurvePeriod.field
  return 42924
end