Class: Quickfix::TargetStrategyParameters

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TargetStrategyParameters

Returns a new instance of TargetStrategyParameters.



11498
11499
11500
11501
11502
11503
11504
# File 'lib/quickfix_fields.rb', line 11498

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

Class Method Details

.fieldObject



11495
11496
11497
# File 'lib/quickfix_fields.rb', line 11495

def TargetStrategyParameters.field
	return 848
end