Class: Quickfix::LegPaymentStreamCompoundingFloorRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFloorRate

Returns a new instance of LegPaymentStreamCompoundingFloorRate.



66384
66385
66386
66387
66388
66389
66390
# File 'lib/quickfix_fields.rb', line 66384

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