Class: Quickfix::LegPaymentStreamCompoundingFinalRatePrecision

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFinalRatePrecision

Returns a new instance of LegPaymentStreamCompoundingFinalRatePrecision.



66449
66450
66451
66452
66453
66454
66455
# File 'lib/quickfix_fields.rb', line 66449

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