Class: Quickfix::LegReturnRateValuationStartDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReturnRateValuationStartDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateValuationStartDateAdjusted
constructor
A new instance of LegReturnRateValuationStartDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateValuationStartDateAdjusted
Returns a new instance of LegReturnRateValuationStartDateAdjusted.
67450 67451 67452 67453 67454 67455 67456 |
# File 'lib/quickfix_fields.rb', line 67450 def initialize(data = nil) if( data == nil ) super(42519) else super(42519, data) end end |
Class Method Details
.field ⇒ Object
67447 67448 67449 |
# File 'lib/quickfix_fields.rb', line 67447 def LegReturnRateValuationStartDateAdjusted.field return 42519 end |