Class: Quickfix::ReturnRateValuationEndDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ReturnRateValuationEndDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateValuationEndDateUnadjusted
constructor
A new instance of ReturnRateValuationEndDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ ReturnRateValuationEndDateUnadjusted
Returns a new instance of ReturnRateValuationEndDateUnadjusted.
70050 70051 70052 70053 70054 70055 70056 |
# File 'lib/quickfix_fields.rb', line 70050 def initialize(data = nil) if( data == nil ) super(42721) else super(42721, data) end end |