Class: Quickfix::UnderlyingReturnRateValuationDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingReturnRateValuationDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDate
constructor
A new instance of UnderlyingReturnRateValuationDate.
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 |