Class: Quickfix::LegDividendPeriodValuationDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendPeriodValuationDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendPeriodValuationDateRelativeTo
constructor
A new instance of LegDividendPeriodValuationDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDividendPeriodValuationDateRelativeTo
Returns a new instance of LegDividendPeriodValuationDateRelativeTo.
65565 65566 65567 65568 65569 65570 65571 |
# File 'lib/quickfix_fields.rb', line 65565 def initialize(data = nil) if( data == nil ) super(42374) else super(42374, data) end end |
Class Method Details
.field ⇒ Object
65562 65563 65564 |
# File 'lib/quickfix_fields.rb', line 65562 def LegDividendPeriodValuationDateRelativeTo.field return 42374 end |