Class: Quickfix::ReturnRateValuationDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ReturnRateValuationDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateValuationDateRelativeTo
constructor
A new instance of ReturnRateValuationDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ReturnRateValuationDateRelativeTo
Returns a new instance of ReturnRateValuationDateRelativeTo.
69920 69921 69922 69923 69924 69925 69926 |
# File 'lib/quickfix_fields.rb', line 69920 def initialize(data = nil) if( data == nil ) super(42711) else super(42711, data) end end |
Class Method Details
.field ⇒ Object
69917 69918 69919 |
# File 'lib/quickfix_fields.rb', line 69917 def ReturnRateValuationDateRelativeTo.field return 42711 end |