Class: Quickfix::LegReturnRateValuationDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegReturnRateValuationDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateValuationDateRelativeTo
constructor
A new instance of LegReturnRateValuationDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateValuationDateRelativeTo
Returns a new instance of LegReturnRateValuationDateRelativeTo.
67333 67334 67335 67336 67337 67338 67339 |
# File 'lib/quickfix_fields.rb', line 67333 def initialize(data = nil) if( data == nil ) super(42510) else super(42510, data) end end |
Class Method Details
.field ⇒ Object
67330 67331 67332 |
# File 'lib/quickfix_fields.rb', line 67330 def LegReturnRateValuationDateRelativeTo.field return 42510 end |