Class: Quickfix::ReturnRateValuationStartDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ReturnRateValuationStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateValuationStartDateRelativeTo
constructor
A new instance of ReturnRateValuationStartDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ReturnRateValuationStartDateRelativeTo
Returns a new instance of ReturnRateValuationStartDateRelativeTo.
69985 69986 69987 69988 69989 69990 69991 |
# File 'lib/quickfix_fields.rb', line 69985 def initialize(data = nil) if( data == nil ) super(42716) else super(42716, data) end end |
Class Method Details
.field ⇒ Object
69982 69983 69984 |
# File 'lib/quickfix_fields.rb', line 69982 def ReturnRateValuationStartDateRelativeTo.field return 42716 end |