Class: Quickfix::TargetStrategy
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TargetStrategy
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetStrategy
constructor
A new instance of TargetStrategy.
Constructor Details
#initialize(data = nil) ⇒ TargetStrategy
8612 8613 8614 8615 8616 8617 8618 |
# File 'lib/quickfix_fields.rb', line 8612 def initialize(data = nil) if( data == nil ) super(847) else super(847, data) end end |
Class Method Details
.field ⇒ Object
8609 8610 8611 |
# File 'lib/quickfix_fields.rb', line 8609 def TargetStrategy.field return 847 end |