Class: Quickfix::StrategyParameterType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StrategyParameterType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrategyParameterType
constructor
A new instance of StrategyParameterType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StrategyParameterType
Returns a new instance of StrategyParameterType.
12941 12942 12943 12944 12945 12946 12947 |
# File 'lib/quickfix_fields.rb', line 12941 def initialize(data = nil) if( data == nil ) super(959) else super(959, data) end end |
Class Method Details
.field ⇒ Object
12938 12939 12940 |
# File 'lib/quickfix_fields.rb', line 12938 def StrategyParameterType.field return 959 end |