Class: Quickfix::UnderlyingDividendPeriodPaymentDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendPeriodPaymentDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateOffsetDayType
constructor
A new instance of UnderlyingDividendPeriodPaymentDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateOffsetDayType
Returns a new instance of UnderlyingDividendPeriodPaymentDateOffsetDayType.
72143 72144 72145 72146 72147 72148 72149 |
# File 'lib/quickfix_fields.rb', line 72143 def initialize(data = nil) if( data == nil ) super(42879) else super(42879, data) end end |
Class Method Details
.field ⇒ Object
72140 72141 72142 |
# File 'lib/quickfix_fields.rb', line 72140 def .field return 42879 end |