Class: Quickfix::UnderlyingReturnRateValuationStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateUnadjusted

Returns a new instance of UnderlyingReturnRateValuationStartDateUnadjusted.



74119
74120
74121
74122
74123
74124
74125
# File 'lib/quickfix_fields.rb', line 74119

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