Class: Quickfix::UnderlyingPaymentScheduleRateSpread

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

Returns a new instance of UnderlyingPaymentScheduleRateSpread.



36068
36069
36070
36071
36072
36073
36074
# File 'lib/quickfix_fields.rb', line 36068

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

Class Method Details

.fieldObject



36065
36066
36067
# File 'lib/quickfix_fields.rb', line 36065

def UnderlyingPaymentScheduleRateSpread.field
  return 40675
end