Class: Quickfix::FallbackExerciseIndicator

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

Returns a new instance of FallbackExerciseIndicator.



43712
43713
43714
43715
43716
43717
43718
# File 'lib/quickfix_fields.rb', line 43712

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

Class Method Details

.fieldObject



43709
43710
43711
# File 'lib/quickfix_fields.rb', line 43709

def FallbackExerciseIndicator.field
  return 41113
end