Class: Quickfix::UnderlyingPaymentStreamRateIndexCurveUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexCurveUnit

Returns a new instance of UnderlyingPaymentStreamRateIndexCurveUnit.



35379
35380
35381
35382
35383
35384
35385
# File 'lib/quickfix_fields.rb', line 35379

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