Class: Quickfix::LegDividendPeriodPaymentDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendPeriodPaymentDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendPeriodPaymentDateOffsetDayType
constructor
A new instance of LegDividendPeriodPaymentDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ 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 |
Class Method Details
.field ⇒ Object
65679 65680 65681 |
# File 'lib/quickfix_fields.rb', line 65679 def LegDividendPeriodPaymentDateOffsetDayType.field return 42383 end |