Class: Quickfix::UnderlyingReturnRateValuationDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDate

Returns a new instance of UnderlyingReturnRateValuationDate.



74873
74874
74875
74876
74877
74878
74879
# File 'lib/quickfix_fields.rb', line 74873

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