Class: Quickfix::UnderlyingPaymentStreamCompoundingAveragingMethod

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

Returns a new instance of UnderlyingPaymentStreamCompoundingAveragingMethod.



73144
73145
73146
73147
73148
73149
73150
# File 'lib/quickfix_fields.rb', line 73144

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

Class Method Details

.fieldObject



73141
73142
73143
# File 'lib/quickfix_fields.rb', line 73141

def UnderlyingPaymentStreamCompoundingAveragingMethod.field
  return 42939
end