Class: Quickfix::UnderlyingDividendPeriodValuationDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDividendPeriodValuationDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateAdjusted
constructor
A new instance of UnderlyingDividendPeriodValuationDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateAdjusted
Returns a new instance of UnderlyingDividendPeriodValuationDateAdjusted.
72078 72079 72080 72081 72082 72083 72084 |
# File 'lib/quickfix_fields.rb', line 72078 def initialize(data = nil) if( data == nil ) super(42874) else super(42874, data) end end |