Class: Quickfix::LegPaymentScheduleRateSpread

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleRateSpread

Returns a new instance of LegPaymentScheduleRateSpread.



32298
32299
32300
32301
32302
32303
32304
# File 'lib/quickfix_fields.rb', line 32298

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