Class: Quickfix::NoUnderlyingDividendAccrualPaymentDateBusinessCenters
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingDividendAccrualPaymentDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingDividendAccrualPaymentDateBusinessCenters
constructor
A new instance of NoUnderlyingDividendAccrualPaymentDateBusinessCenters.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingDividendAccrualPaymentDateBusinessCenters
71103 71104 71105 71106 71107 71108 71109 |
# File 'lib/quickfix_fields.rb', line 71103 def initialize(data = nil) if( data == nil ) super(42799) else super(42799, data) end end |