Class: Quickfix::LegPaymentStreamCompoundingSpread

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

Returns a new instance of LegPaymentStreamCompoundingSpread.



65916
65917
65918
65919
65920
65921
65922
# File 'lib/quickfix_fields.rb', line 65916

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

Class Method Details

.fieldObject



65913
65914
65915
# File 'lib/quickfix_fields.rb', line 65913

def LegPaymentStreamCompoundingSpread.field
  return 42401
end