Class: Quickfix::UnderlyingDividendPeriodValuationDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendPeriodValuationDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateRelativeTo
constructor
A new instance of UnderlyingDividendPeriodValuationDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodValuationDateRelativeTo
Returns a new instance of UnderlyingDividendPeriodValuationDateRelativeTo.
72026 72027 72028 72029 72030 72031 72032 |
# File 'lib/quickfix_fields.rb', line 72026 def initialize(data = nil) if( data == nil ) super(42870) else super(42870, data) end end |
Class Method Details
.field ⇒ Object
72023 72024 72025 |
# File 'lib/quickfix_fields.rb', line 72023 def UnderlyingDividendPeriodValuationDateRelativeTo.field return 42870 end |