Class: Quickfix::LegReturnRateValuationEndDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReturnRateValuationEndDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateValuationEndDateUnadjusted
constructor
A new instance of LegReturnRateValuationEndDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateValuationEndDateUnadjusted
Returns a new instance of LegReturnRateValuationEndDateUnadjusted.
67463 67464 67465 67466 67467 67468 67469 |
# File 'lib/quickfix_fields.rb', line 67463 def initialize(data = nil) if( data == nil ) super(42520) else super(42520, data) end end |
Class Method Details
.field ⇒ Object
67460 67461 67462 |
# File 'lib/quickfix_fields.rb', line 67460 def LegReturnRateValuationEndDateUnadjusted.field return 42520 end |