Class: Quickfix::UnderlyingReturnRateValuationEndDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRateValuationEndDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationEndDateOffsetPeriod
constructor
A new instance of UnderlyingReturnRateValuationEndDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationEndDateOffsetPeriod
Returns a new instance of UnderlyingReturnRateValuationEndDateOffsetPeriod.
74223 74224 74225 74226 74227 74228 74229 |
# File 'lib/quickfix_fields.rb', line 74223 def initialize(data = nil) if( data == nil ) super(43022) else super(43022, data) end end |
Class Method Details
.field ⇒ Object
74220 74221 74222 |
# File 'lib/quickfix_fields.rb', line 74220 def .field return 43022 end |