Class: Quickfix::StrategyLinkID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StrategyLinkID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrategyLinkID
constructor
A new instance of StrategyLinkID.
Constructor Details
#initialize(data = nil) ⇒ StrategyLinkID
Returns a new instance of StrategyLinkID.
24251 24252 24253 24254 24255 24256 24257 |
# File 'lib/quickfix_fields.rb', line 24251 def initialize(data = nil) if( data == nil ) super(1851) else super(1851, data) end end |