Class: Quickfix::AutomaticExerciseIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AutomaticExerciseIndicator

Returns a new instance of AutomaticExerciseIndicator.



43660
43661
43662
43663
43664
43665
43666
# File 'lib/quickfix_fields.rb', line 43660

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

Class Method Details

.fieldObject



43657
43658
43659
# File 'lib/quickfix_fields.rb', line 43657

def AutomaticExerciseIndicator.field
  return 41109
end