Class: Quickfix::UnderlyingFallbackExerciseIndicator

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

Returns a new instance of UnderlyingFallbackExerciseIndicator.



53696
53697
53698
53699
53700
53701
53702
# File 'lib/quickfix_fields.rb', line 53696

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

Class Method Details

.fieldObject



53693
53694
53695
# File 'lib/quickfix_fields.rb', line 53693

def UnderlyingFallbackExerciseIndicator.field
  return 41817
end