Class: Quickfix::DividendAccrualPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DividendAccrualPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendAccrualPaymentDateRelativeTo
constructor
A new instance of DividendAccrualPaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DividendAccrualPaymentDateRelativeTo
Returns a new instance of DividendAccrualPaymentDateRelativeTo.
63654 63655 63656 63657 63658 63659 63660 |
# File 'lib/quickfix_fields.rb', line 63654 def initialize(data = nil) if( data == nil ) super(42238) else super(42238, data) end end |
Class Method Details
.field ⇒ Object
63651 63652 63653 |
# File 'lib/quickfix_fields.rb', line 63651 def DividendAccrualPaymentDateRelativeTo.field return 42238 end |