Class: Quickfix::TargetStrategy

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TargetStrategy

Returns a new instance of TargetStrategy.



11485
11486
11487
11488
11489
11490
11491
# File 'lib/quickfix_fields.rb', line 11485

def initialize(data = nil)
	if( data == nil )
		super(847)
	else
		super(847, data)
	end
end

Class Method Details

.fieldObject



11482
11483
11484
# File 'lib/quickfix_fields.rb', line 11482

def TargetStrategy.field
	return 847
end