Class: Quickfix::LegReturnRateValuationEndDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegReturnRateValuationEndDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateValuationEndDateRelativeTo
constructor
A new instance of LegReturnRateValuationEndDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateValuationEndDateRelativeTo
Returns a new instance of LegReturnRateValuationEndDateRelativeTo.
67476 67477 67478 67479 67480 67481 67482 |
# File 'lib/quickfix_fields.rb', line 67476 def initialize(data = nil) if( data == nil ) super(42521) else super(42521, data) end end |
Class Method Details
.field ⇒ Object
67473 67474 67475 |
# File 'lib/quickfix_fields.rb', line 67473 def LegReturnRateValuationEndDateRelativeTo.field return 42521 end |