Class: Quickfix::UnderlyingPaymentStreamRateIndex2CurvePeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2CurvePeriod

Returns a new instance of UnderlyingPaymentStreamRateIndex2CurvePeriod.



55139
55140
55141
55142
55143
55144
55145
# File 'lib/quickfix_fields.rb', line 55139

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