Class: Quickfix::LegMakeWholeBenchmarkCurveName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegMakeWholeBenchmarkCurveName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMakeWholeBenchmarkCurveName
constructor
A new instance of LegMakeWholeBenchmarkCurveName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegMakeWholeBenchmarkCurveName
Returns a new instance of LegMakeWholeBenchmarkCurveName.
65825 65826 65827 65828 65829 65830 65831 |
# File 'lib/quickfix_fields.rb', line 65825 def initialize(data = nil) if( data == nil ) super(42394) else super(42394, data) end end |
Class Method Details
.field ⇒ Object
65822 65823 65824 |
# File 'lib/quickfix_fields.rb', line 65822 def LegMakeWholeBenchmarkCurveName.field return 42394 end |