Class: Quickfix::AlgorithmicTradeIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AlgorithmicTradeIndicator

Returns a new instance of AlgorithmicTradeIndicator.



75133
75134
75135
75136
75137
75138
75139
# File 'lib/quickfix_fields.rb', line 75133

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

Class Method Details

.fieldObject



75130
75131
75132
# File 'lib/quickfix_fields.rb', line 75130

def AlgorithmicTradeIndicator.field
  return 2667
end