Class: Quickfix::StrategyParameterName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StrategyParameterName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrategyParameterName
constructor
A new instance of StrategyParameterName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StrategyParameterName
Returns a new instance of StrategyParameterName.
12928 12929 12930 12931 12932 12933 12934 |
# File 'lib/quickfix_fields.rb', line 12928 def initialize(data = nil) if( data == nil ) super(958) else super(958, data) end end |
Class Method Details
.field ⇒ Object
12925 12926 12927 |
# File 'lib/quickfix_fields.rb', line 12925 def StrategyParameterName.field return 958 end |