Class: Quickfix::LegReturnRateValuationStartDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegReturnRateValuationStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateValuationStartDateRelativeTo
constructor
A new instance of LegReturnRateValuationStartDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateValuationStartDateRelativeTo
Returns a new instance of LegReturnRateValuationStartDateRelativeTo.
67398 67399 67400 67401 67402 67403 67404 |
# File 'lib/quickfix_fields.rb', line 67398 def initialize(data = nil) if( data == nil ) super(42515) else super(42515, data) end end |
Class Method Details
.field ⇒ Object
67395 67396 67397 |
# File 'lib/quickfix_fields.rb', line 67395 def LegReturnRateValuationStartDateRelativeTo.field return 42515 end |