Class: Quickfix::UnderlyingReturnRateValuationDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRateValuationDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDateOffsetPeriod
constructor
A new instance of UnderlyingReturnRateValuationDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDateOffsetPeriod
Returns a new instance of UnderlyingReturnRateValuationDateOffsetPeriod.
74080 74081 74082 74083 74084 74085 74086 |
# File 'lib/quickfix_fields.rb', line 74080 def initialize(data = nil) if( data == nil ) super(43011) else super(43011, data) end end |
Class Method Details
.field ⇒ Object
74077 74078 74079 |
# File 'lib/quickfix_fields.rb', line 74077 def .field return 43011 end |