Class: Quickfix::UnderlyingDividendAccrualPaymentDateBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDividendAccrualPaymentDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateBusinessCenter
constructor
A new instance of UnderlyingDividendAccrualPaymentDateBusinessCenter.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateBusinessCenter
Returns a new instance of UnderlyingDividendAccrualPaymentDateBusinessCenter.
71116 71117 71118 71119 71120 71121 71122 |
# File 'lib/quickfix_fields.rb', line 71116 def initialize(data = nil) if( data == nil ) super(42800) else super(42800, data) end end |