Class: Quickfix::UnderlyingReturnRateValuationStartDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRateValuationStartDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateOffsetPeriod
constructor
A new instance of UnderlyingReturnRateValuationStartDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateOffsetPeriod
74145 74146 74147 74148 74149 74150 74151 |
# File 'lib/quickfix_fields.rb', line 74145 def initialize(data = nil) if( data == nil ) super(43016) else super(43016, data) end end |
Class Method Details
.field ⇒ Object
74142 74143 74144 |
# File 'lib/quickfix_fields.rb', line 74142 def .field return 43016 end |