Class: Quickfix::UnderlyingDividendAccrualPaymentDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDividendAccrualPaymentDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateBusinessDayConvention
constructor
A new instance of UnderlyingDividendAccrualPaymentDateBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateBusinessDayConvention
Returns a new instance of UnderlyingDividendAccrualPaymentDateBusinessDayConvention.
71428 71429 71430 71431 71432 71433 71434 |
# File 'lib/quickfix_fields.rb', line 71428 def initialize(data = nil) if( data == nil ) super(42824) else super(42824, data) end end |