Class: Quickfix::UnderlyingReturnRateValuationEndDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationEndDateAdjusted

Returns a new instance of UnderlyingReturnRateValuationEndDateAdjusted.



74262
74263
74264
74265
74266
74267
74268
# File 'lib/quickfix_fields.rb', line 74262

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