Class: Quickfix::StrategyParameterName

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StrategyParameterName

Returns a new instance of StrategyParameterName.



2606
2607
2608
2609
2610
2611
2612
# File 'lib/quickfix_fields.rb', line 2606

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

Class Method Details

.fieldObject



2603
2604
2605
# File 'lib/quickfix_fields.rb', line 2603

def StrategyParameterName.field
	return 958
end