Class: Quickfix::LegPaymentStreamCompoundingInitialRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingInitialRate

Returns a new instance of LegPaymentStreamCompoundingInitialRate.



66423
66424
66425
66426
66427
66428
66429
# File 'lib/quickfix_fields.rb', line 66423

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