Class: Quickfix::LegPaymentStreamCompoundingRateSpread

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

Returns a new instance of LegPaymentStreamCompoundingRateSpread.



66306
66307
66308
66309
66310
66311
66312
# File 'lib/quickfix_fields.rb', line 66306

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

Class Method Details

.fieldObject



66303
66304
66305
# File 'lib/quickfix_fields.rb', line 66303

def LegPaymentStreamCompoundingRateSpread.field
  return 42431
end