Class: Quickfix::StrategyParameterValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StrategyParameterValue



19506
19507
19508
19509
19510
19511
19512
# File 'lib/quickfix_fields.rb', line 19506

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

Class Method Details

.fieldObject



19503
19504
19505
# File 'lib/quickfix_fields.rb', line 19503

def StrategyParameterValue.field
  return 960
end