Class: Quickfix::UnderlyingReturnRateValuationEndDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationEndDateUnadjusted

Returns a new instance of UnderlyingReturnRateValuationEndDateUnadjusted.



74197
74198
74199
74200
74201
74202
74203
# File 'lib/quickfix_fields.rb', line 74197

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