Class: Quickfix::StrategyParameterName
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StrategyParameterName
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrategyParameterName
constructor
A new instance of StrategyParameterName.
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 |