Class: Quickfix::StrategyParameterName

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) ⇒ StrategyParameterName

Returns a new instance of StrategyParameterName.



12928
12929
12930
12931
12932
12933
12934
# File 'lib/quickfix_fields.rb', line 12928

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

Class Method Details

.fieldObject



12925
12926
12927
# File 'lib/quickfix_fields.rb', line 12925

def StrategyParameterName.field
  return 958
end