Class: Quickfix::UnderlyingDividendPeriodPaymentDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDividendPeriodPaymentDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateAdjusted
constructor
A new instance of UnderlyingDividendPeriodPaymentDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateAdjusted
Returns a new instance of UnderlyingDividendPeriodPaymentDateAdjusted.
72156 72157 72158 72159 72160 72161 72162 |
# File 'lib/quickfix_fields.rb', line 72156 def initialize(data = nil) if( data == nil ) super(42880) else super(42880, data) end end |