Class: Quickfix::LegPaymentStreamCompoundingRateSpread

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

Instance Method Summary collapse

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