Class: Quickfix::TargetStrategyPerformance
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::TargetStrategyPerformance
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetStrategyPerformance
constructor
A new instance of TargetStrategyPerformance.
Constructor Details
#initialize(data = nil) ⇒ TargetStrategyPerformance
Returns a new instance of TargetStrategyPerformance.
3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/quickfix_fields.rb', line 3542 def initialize(data = nil) if( data == nil ) super(850) else super(850, data) end end |
Class Method Details
.field ⇒ Object
3539 3540 3541 |
# File 'lib/quickfix_fields.rb', line 3539 def TargetStrategyPerformance.field return 850 end |