Class: Quickfix::UnderlyingPaymentStreamCompoundingSpread

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

Instance Method Summary collapse

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