Class: Quickfix::UnderlyingReturnRateValuationDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateValuationDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDate
constructor
A new instance of UnderlyingReturnRateValuationDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDate
Returns a new instance of UnderlyingReturnRateValuationDate.
74873 74874 74875 74876 74877 74878 74879 |
# File 'lib/quickfix_fields.rb', line 74873 def initialize(data = nil) if( data == nil ) super(43072) else super(43072, data) end end |
Class Method Details
.field ⇒ Object
74870 74871 74872 |
# File 'lib/quickfix_fields.rb', line 74870 def UnderlyingReturnRateValuationDate.field return 43072 end |