Class: Quickfix::StrategyType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StrategyType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrategyType
constructor
A new instance of StrategyType.
Constructor Details
#initialize(data = nil) ⇒ StrategyType
Returns a new instance of StrategyType.
42399 42400 42401 42402 42403 42404 42405 |
# File 'lib/quickfix_fields.rb', line 42399 def initialize(data = nil) if( data == nil ) super(2141) else super(2141, data) end end |