Class: Quickfix::UnderlyingReturnRateValuationEndDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRateValuationEndDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationEndDateRelativeTo
constructor
A new instance of UnderlyingReturnRateValuationEndDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationEndDateRelativeTo
Returns a new instance of UnderlyingReturnRateValuationEndDateRelativeTo.
74210 74211 74212 74213 74214 74215 74216 |
# File 'lib/quickfix_fields.rb', line 74210 def initialize(data = nil) if( data == nil ) super(43021) else super(43021, data) end end |
Class Method Details
.field ⇒ Object
74207 74208 74209 |
# File 'lib/quickfix_fields.rb', line 74207 def UnderlyingReturnRateValuationEndDateRelativeTo.field return 43021 end |