Class: Quickfix::UnderlyingPaymentScheduleRateSpread

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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