Class: Quickfix::UnderlyingReturnRateValuationStartDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingReturnRateValuationStartDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateUnadjusted
constructor
A new instance of UnderlyingReturnRateValuationStartDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateUnadjusted
Returns a new instance of UnderlyingReturnRateValuationStartDateUnadjusted.
74119 74120 74121 74122 74123 74124 74125 |
# File 'lib/quickfix_fields.rb', line 74119 def initialize(data = nil) if( data == nil ) super(43014) else super(43014, data) end end |