Class: Quickfix::PaymentScheduleRateSpread

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleRateSpread

Returns a new instance of PaymentScheduleRateSpread.



38200
38201
38202
38203
38204
38205
38206
# File 'lib/quickfix_fields.rb', line 38200

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