Class: Quickfix::UnderlyingPaymentStreamCompoundingAveragingMethod

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

Instance Method Summary collapse

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