Class: Quickfix::UnderlyingPaymentStreamCompoundingNegativeRateTreatment

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

Returns a new instance of UnderlyingPaymentStreamCompoundingNegativeRateTreatment.



73157
73158
73159
73160
73161
73162
73163
# File 'lib/quickfix_fields.rb', line 73157

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

Class Method Details

.fieldObject



73154
73155
73156
# File 'lib/quickfix_fields.rb', line 73154

def UnderlyingPaymentStreamCompoundingNegativeRateTreatment.field
  return 42940
end