Class: Quickfix::LegAutomaticExerciseIndicator

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

Returns a new instance of LegAutomaticExerciseIndicator.



49081
49082
49083
49084
49085
49086
49087
# File 'lib/quickfix_fields.rb', line 49081

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

Class Method Details

.fieldObject



49078
49079
49080
# File 'lib/quickfix_fields.rb', line 49078

def LegAutomaticExerciseIndicator.field
  return 41484
end