Class: Quickfix::UnderlyingDividendAccrualPaymentDateOffsetPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDividendAccrualPaymentDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateOffsetPeriod
constructor
A new instance of UnderlyingDividendAccrualPaymentDateOffsetPeriod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateOffsetPeriod
Returns a new instance of UnderlyingDividendAccrualPaymentDateOffsetPeriod.
71376 71377 71378 71379 71380 71381 71382 |
# File 'lib/quickfix_fields.rb', line 71376 def initialize(data = nil) if( data == nil ) super(42820) else super(42820, data) end end |