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