Class: Quickfix::UnderlyingPaymentStreamCompoundingSpread

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingSpread

Returns a new instance of UnderlyingPaymentStreamCompoundingSpread.



72598
72599
72600
72601
72602
72603
72604
# File 'lib/quickfix_fields.rb', line 72598

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

Class Method Details

.fieldObject



72595
72596
72597
# File 'lib/quickfix_fields.rb', line 72595

def UnderlyingPaymentStreamCompoundingSpread.field
  return 42897
end