Class: Quickfix::UnderlyingDividendAccrualPaymentDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendAccrualPaymentDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateRelativeTo
constructor
A new instance of UnderlyingDividendAccrualPaymentDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateRelativeTo
Returns a new instance of UnderlyingDividendAccrualPaymentDateRelativeTo.
71363 71364 71365 71366 71367 71368 71369 |
# File 'lib/quickfix_fields.rb', line 71363 def initialize(data = nil) if( data == nil ) super(42819) else super(42819, data) end end |
Class Method Details
.field ⇒ Object
71360 71361 71362 |
# File 'lib/quickfix_fields.rb', line 71360 def .field return 42819 end |