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