Class: Quickfix::UnderlyingReturnRateValuationEndDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateValuationEndDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationEndDateUnadjusted
constructor
A new instance of UnderlyingReturnRateValuationEndDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationEndDateUnadjusted
Returns a new instance of UnderlyingReturnRateValuationEndDateUnadjusted.
74197 74198 74199 74200 74201 74202 74203 |
# File 'lib/quickfix_fields.rb', line 74197 def initialize(data = nil) if( data == nil ) super(43020) else super(43020, data) end end |
Class Method Details
.field ⇒ Object
74194 74195 74196 |
# File 'lib/quickfix_fields.rb', line 74194 def .field return 43020 end |