Class: Quickfix::UnderlyingPaymentStreamRateIndexCurvePeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexCurvePeriod

Returns a new instance of UnderlyingPaymentStreamRateIndexCurvePeriod.



35392
35393
35394
35395
35396
35397
35398
# File 'lib/quickfix_fields.rb', line 35392

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