Class: Quickfix::PaymentStreamCompoundingRateIndexCurvePeriod

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

Returns a new instance of PaymentStreamCompoundingRateIndexCurvePeriod.



68841
68842
68843
68844
68845
68846
68847
# File 'lib/quickfix_fields.rb', line 68841

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

Class Method Details

.fieldObject



68838
68839
68840
# File 'lib/quickfix_fields.rb', line 68838

def PaymentStreamCompoundingRateIndexCurvePeriod.field
  return 42629
end