Class: Quickfix::UnderlyingDividendAccrualPaymentDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDividendAccrualPaymentDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateUnadjusted
constructor
A new instance of UnderlyingDividendAccrualPaymentDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateUnadjusted
Returns a new instance of UnderlyingDividendAccrualPaymentDateUnadjusted.
71415 71416 71417 71418 71419 71420 71421 |
# File 'lib/quickfix_fields.rb', line 71415 def initialize(data = nil) if( data == nil ) super(42823) else super(42823, data) end end |