Class: Quickfix::UnderlyingMakeWholeBenchmarkCurvePoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingMakeWholeBenchmarkCurvePoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMakeWholeBenchmarkCurvePoint
constructor
A new instance of UnderlyingMakeWholeBenchmarkCurvePoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingMakeWholeBenchmarkCurvePoint
Returns a new instance of UnderlyingMakeWholeBenchmarkCurvePoint.
72520 72521 72522 72523 72524 72525 72526 |
# File 'lib/quickfix_fields.rb', line 72520 def initialize(data = nil) if( data == nil ) super(42891) else super(42891, data) end end |
Class Method Details
.field ⇒ Object
72517 72518 72519 |
# File 'lib/quickfix_fields.rb', line 72517 def .field return 42891 end |