Class: Quickfix::UnderlyingStrategyType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStrategyType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStrategyType
constructor
A new instance of UnderlyingStrategyType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStrategyType
Returns a new instance of UnderlyingStrategyType.
54385 54386 54387 54388 54389 54390 54391 |
# File 'lib/quickfix_fields.rb', line 54385 def initialize(data = nil) if( data == nil ) super(2295) else super(2295, data) end end |