Class: Quickfix::UnderlyingReturnRateValuationStartDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRateValuationStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateRelativeTo
constructor
A new instance of UnderlyingReturnRateValuationStartDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateRelativeTo
Returns a new instance of UnderlyingReturnRateValuationStartDateRelativeTo.
74132 74133 74134 74135 74136 74137 74138 |
# File 'lib/quickfix_fields.rb', line 74132 def initialize(data = nil) if( data == nil ) super(43015) else super(43015, data) end end |
Class Method Details
.field ⇒ Object
74129 74130 74131 |
# File 'lib/quickfix_fields.rb', line 74129 def .field return 43015 end |