Class: Quickfix::LegDividendAccrualPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendAccrualPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendAccrualPaymentDateRelativeTo
constructor
A new instance of LegDividendAccrualPaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDividendAccrualPaymentDateRelativeTo
Returns a new instance of LegDividendAccrualPaymentDateRelativeTo.
64993 64994 64995 64996 64997 64998 64999 |
# File 'lib/quickfix_fields.rb', line 64993 def initialize(data = nil) if( data == nil ) super(42330) else super(42330, data) end end |
Class Method Details
.field ⇒ Object
64990 64991 64992 |
# File 'lib/quickfix_fields.rb', line 64990 def LegDividendAccrualPaymentDateRelativeTo.field return 42330 end |