Class: Quickfix::UnderlyingReturnRateValuationStartDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingReturnRateValuationStartDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateAdjusted
constructor
A new instance of UnderlyingReturnRateValuationStartDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateAdjusted
74184 74185 74186 74187 74188 74189 74190 |
# File 'lib/quickfix_fields.rb', line 74184 def initialize(data = nil) if( data == nil ) super(43019) else super(43019, data) end end |