Class: Quickfix::LegDividendPeriodPaymentDateOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegDividendPeriodPaymentDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendPeriodPaymentDateOffsetDayType
constructor
A new instance of LegDividendPeriodPaymentDateOffsetDayType.
Constructor Details
#initialize(data = nil) ⇒ LegDividendPeriodPaymentDateOffsetDayType
Returns a new instance of LegDividendPeriodPaymentDateOffsetDayType.
65682 65683 65684 65685 65686 65687 65688 |
# File 'lib/quickfix_fields.rb', line 65682 def initialize(data = nil) if( data == nil ) super(42383) else super(42383, data) end end |