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