Class: Quickfix::LegReturnRateValuationStartDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegReturnRateValuationStartDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateValuationStartDateAdjusted
constructor
A new instance of LegReturnRateValuationStartDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateValuationStartDateAdjusted
Returns a new instance of LegReturnRateValuationStartDateAdjusted.
67450 67451 67452 67453 67454 67455 67456 |
# File 'lib/quickfix_fields.rb', line 67450 def initialize(data = nil) if( data == nil ) super(42519) else super(42519, data) end end |