Class: Quickfix::UnderlyingDividendPeriodValuationDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDividendPeriodValuationDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateUnadjusted
constructor
A new instance of UnderlyingDividendPeriodValuationDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateUnadjusted
Returns a new instance of UnderlyingDividendPeriodValuationDateUnadjusted.
72013 72014 72015 72016 72017 72018 72019 |
# File 'lib/quickfix_fields.rb', line 72013 def initialize(data = nil) if( data == nil ) super(42869) else super(42869, data) end end |