Class: Quickfix::UnderlyingDividendAccrualPaymentDateOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDividendAccrualPaymentDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateOffsetDayType
constructor
A new instance of UnderlyingDividendAccrualPaymentDateOffsetDayType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateOffsetDayType
Returns a new instance of UnderlyingDividendAccrualPaymentDateOffsetDayType.
71402 71403 71404 71405 71406 71407 71408 |
# File 'lib/quickfix_fields.rb', line 71402 def initialize(data = nil) if( data == nil ) super(42822) else super(42822, data) end end |