Class: Quickfix::LegPaymentStreamCompoundingRateIndexCurvePeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRateIndexCurvePeriod

Returns a new instance of LegPaymentStreamCompoundingRateIndexCurvePeriod.



66267
66268
66269
66270
66271
66272
66273
# File 'lib/quickfix_fields.rb', line 66267

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