Class: Quickfix::UnderlyingReturnRateValuationEndDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateValuationEndDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationEndDateAdjusted
constructor
A new instance of UnderlyingReturnRateValuationEndDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationEndDateAdjusted
Returns a new instance of UnderlyingReturnRateValuationEndDateAdjusted.
74262 74263 74264 74265 74266 74267 74268 |
# File 'lib/quickfix_fields.rb', line 74262 def initialize(data = nil) if( data == nil ) super(43025) else super(43025, data) end end |
Class Method Details
.field ⇒ Object
74259 74260 74261 |
# File 'lib/quickfix_fields.rb', line 74259 def .field return 43025 end |