Class: Quickfix::UnderlyingAutomaticExerciseIndicator

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

Returns a new instance of UnderlyingAutomaticExerciseIndicator.



53644
53645
53646
53647
53648
53649
53650
# File 'lib/quickfix_fields.rb', line 53644

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

Class Method Details

.fieldObject



53641
53642
53643
# File 'lib/quickfix_fields.rb', line 53641

def UnderlyingAutomaticExerciseIndicator.field
  return 41813
end