Class: Quickfix::ReturnRateValuationStartDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateValuationStartDateUnadjusted

Returns a new instance of ReturnRateValuationStartDateUnadjusted.



69972
69973
69974
69975
69976
69977
69978
# File 'lib/quickfix_fields.rb', line 69972

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