Class: Quickfix::UnderlyingReturnRateValuationStartDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateValuationStartDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateAdjusted
constructor
A new instance of UnderlyingReturnRateValuationStartDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateAdjusted
Returns a new instance of UnderlyingReturnRateValuationStartDateAdjusted.
74184 74185 74186 74187 74188 74189 74190 |
# File 'lib/quickfix_fields.rb', line 74184 def initialize(data = nil) if( data == nil ) super(43019) else super(43019, data) end end |
Class Method Details
.field ⇒ Object
74181 74182 74183 |
# File 'lib/quickfix_fields.rb', line 74181 def UnderlyingReturnRateValuationStartDateAdjusted.field return 43019 end |