Class: Quickfix::LegReturnRateValuationEndDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReturnRateValuationEndDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateValuationEndDateAdjusted
constructor
A new instance of LegReturnRateValuationEndDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateValuationEndDateAdjusted
Returns a new instance of LegReturnRateValuationEndDateAdjusted.
67528 67529 67530 67531 67532 67533 67534 |
# File 'lib/quickfix_fields.rb', line 67528 def initialize(data = nil) if( data == nil ) super(42525) else super(42525, data) end end |
Class Method Details
.field ⇒ Object
67525 67526 67527 |
# File 'lib/quickfix_fields.rb', line 67525 def LegReturnRateValuationEndDateAdjusted.field return 42525 end |