Class: Quickfix::LegPaymentStreamCompoundingSpread

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingSpread

Returns a new instance of LegPaymentStreamCompoundingSpread.



65916
65917
65918
65919
65920
65921
65922
# File 'lib/quickfix_fields.rb', line 65916

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