Class: Quickfix::StrategyParameterType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StrategyParameterType

Returns a new instance of StrategyParameterType.



1904
1905
1906
1907
1908
1909
1910
# File 'lib/quickfix_fields.rb', line 1904

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

Class Method Details

.fieldObject



1901
1902
1903
# File 'lib/quickfix_fields.rb', line 1901

def StrategyParameterType.field
  return 959
end