Class: Quickfix::UnderlyingReturnRateValuationDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRateValuationDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDateRelativeTo
constructor
A new instance of UnderlyingReturnRateValuationDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDateRelativeTo
Returns a new instance of UnderlyingReturnRateValuationDateRelativeTo.
74067 74068 74069 74070 74071 74072 74073 |
# File 'lib/quickfix_fields.rb', line 74067 def initialize(data = nil) if( data == nil ) super(43010) else super(43010, data) end end |
Class Method Details
.field ⇒ Object
74064 74065 74066 |
# File 'lib/quickfix_fields.rb', line 74064 def UnderlyingReturnRateValuationDateRelativeTo.field return 43010 end |