Class: Quickfix::TargetStrategyPerformance

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



3539
3540
3541
# File 'lib/quickfix_fields.rb', line 3539

def TargetStrategyPerformance.field
	return 850
end