Class: Quickfix::StrategyParameterType
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ StrategyParameterType
Returns a new instance of StrategyParameterType.
1904 1905 1906 1907 1908 1909 1910 |
# File 'lib/quickfix_fields.rb', line 1904 def initialize(data = nil) if( data == nil ) super(959) else super(959, data) end end |
Class Method Details
.field ⇒ Object
1901 1902 1903 |
# File 'lib/quickfix_fields.rb', line 1901 def StrategyParameterType.field return 959 end |