Class: Quickfix::UnderlyingMakeWholeBenchmarkCurveName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingMakeWholeBenchmarkCurveName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMakeWholeBenchmarkCurveName
constructor
A new instance of UnderlyingMakeWholeBenchmarkCurveName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingMakeWholeBenchmarkCurveName
72507 72508 72509 72510 72511 72512 72513 |
# File 'lib/quickfix_fields.rb', line 72507 def initialize(data = nil) if( data == nil ) super(42890) else super(42890, data) end end |
Class Method Details
.field ⇒ Object
72504 72505 72506 |
# File 'lib/quickfix_fields.rb', line 72504 def .field return 42890 end |