Class: Quickfix::UnderlyingDividendPeriodPaymentDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendPeriodPaymentDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateOffsetPeriod
constructor
A new instance of UnderlyingDividendPeriodPaymentDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateOffsetPeriod
Returns a new instance of UnderlyingDividendPeriodPaymentDateOffsetPeriod.
72117 72118 72119 72120 72121 72122 72123 |
# File 'lib/quickfix_fields.rb', line 72117 def initialize(data = nil) if( data == nil ) super(42877) else super(42877, data) end end |
Class Method Details
.field ⇒ Object
72114 72115 72116 |
# File 'lib/quickfix_fields.rb', line 72114 def UnderlyingDividendPeriodPaymentDateOffsetPeriod.field return 42877 end |