Class: Quickfix::UnderlyingReturnRateValuationStartDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateValuationStartDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateUnadjusted
constructor
A new instance of UnderlyingReturnRateValuationStartDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationStartDateUnadjusted
Returns a new instance of UnderlyingReturnRateValuationStartDateUnadjusted.
74119 74120 74121 74122 74123 74124 74125 |
# File 'lib/quickfix_fields.rb', line 74119 def initialize(data = nil) if( data == nil ) super(43014) else super(43014, data) end end |
Class Method Details
.field ⇒ Object
74116 74117 74118 |
# File 'lib/quickfix_fields.rb', line 74116 def .field return 43014 end |