Class: Quickfix::UnderlyingIndexCurveUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingIndexCurveUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingIndexCurveUnit
constructor
A new instance of UnderlyingIndexCurveUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingIndexCurveUnit
Returns a new instance of UnderlyingIndexCurveUnit.
75939 75940 75941 75942 75943 75944 75945 |
# File 'lib/quickfix_fields.rb', line 75939 def initialize(data = nil) if( data == nil ) super(2723) else super(2723, data) end end |
Class Method Details
.field ⇒ Object
75936 75937 75938 |
# File 'lib/quickfix_fields.rb', line 75936 def .field return 2723 end |