Class: Quickfix::StrategyParameterValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StrategyParameterValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrategyParameterValue
constructor
A new instance of StrategyParameterValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StrategyParameterValue
Returns a new instance of StrategyParameterValue.
12954 12955 12956 12957 12958 12959 12960 |
# File 'lib/quickfix_fields.rb', line 12954 def initialize(data = nil) if( data == nil ) super(960) else super(960, data) end end |
Class Method Details
.field ⇒ Object
12951 12952 12953 |
# File 'lib/quickfix_fields.rb', line 12951 def StrategyParameterValue.field return 960 end |