Class: Quickfix::UnderlyingDividendAccrualPaymentDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDividendAccrualPaymentDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateAdjusted
constructor
A new instance of UnderlyingDividendAccrualPaymentDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateAdjusted
Returns a new instance of UnderlyingDividendAccrualPaymentDateAdjusted.
71441 71442 71443 71444 71445 71446 71447 |
# File 'lib/quickfix_fields.rb', line 71441 def initialize(data = nil) if( data == nil ) super(42825) else super(42825, data) end end |