Class: Quickfix::UnderlyingDividendPeriodPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendPeriodPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateRelativeTo
constructor
A new instance of UnderlyingDividendPeriodPaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateRelativeTo
Returns a new instance of UnderlyingDividendPeriodPaymentDateRelativeTo.
72104 72105 72106 72107 72108 72109 72110 |
# File 'lib/quickfix_fields.rb', line 72104 def initialize(data = nil) if( data == nil ) super(42876) else super(42876, data) end end |
Class Method Details
.field ⇒ Object
72101 72102 72103 |
# File 'lib/quickfix_fields.rb', line 72101 def .field return 42876 end |